1
0

moved ConfigProvider up in the hierarchy (to main.jsx) to wrap the whole App

This commit is contained in:
Jose
2025-02-26 21:08:19 +01:00
parent cf9d5e71fe
commit 40b8f49b89
13 changed files with 104 additions and 36 deletions

View File

@@ -1 +1,4 @@
# esto esta aqui porque es un entorno local
# y además un usuario y contraseña bastante
# genéricos
DB_URL = "mysql+aiomysql://root:root@localhost:3306/DAD"

View File

@@ -4,4 +4,5 @@ contextlib2
dotenv
pydantic
sqlalchemy
db
databases
aiomysql