Spaces:
Running
Running
File size: 325 Bytes
37d26f1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | {
"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"
}
]
}
}
|