Fix syntax errors in MapView.vue and improve backend production robustness (CORS, DB URL, auto-migrations, and seeding)

This commit is contained in:
2026-02-22 16:00:52 -05:00
parent 33154169c8
commit 532aad16df
18 changed files with 2460 additions and 2995 deletions

View File

@ -8,6 +8,7 @@ dependencies = [
"asyncpg>=0.31.0",
"bcrypt>=5.0.0",
"fastapi[standard]>=0.123.0",
"firebase-admin>=7.1.0",
"passlib>=1.7.4",
"psycopg2-binary>=2.9.11",
"pydantic-settings[dotenv]>=2.12.0",