Final production configuration: Firebase Hosting, Render Blueprint and CORS security fix

This commit is contained in:
2026-02-21 14:52:49 -05:00
parent d1c19212d6
commit 568a45a109
9 changed files with 8689 additions and 109 deletions

16
frontend/firebase.json Normal file
View File

@ -0,0 +1,16 @@
{
"hosting": {
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}