Spaces:
Running
Running
| { | |
| "firestore": { | |
| "rules": "firestore.rules", | |
| "indexes": "firestore.indexes.json" | |
| }, | |
| "hosting": { | |
| "public": "web_app_pro/frontend/dist", | |
| "ignore": ["firebase.json", "**/.*", "**/node_modules/**"], | |
| "rewrites": [ | |
| { | |
| "source": "**", | |
| "destination": "/index.html" | |
| } | |
| ] | |
| } | |
| } | |