MediSim / firebase.json
shadowsilence's picture
Clean re-upload from local project
37d26f1 verified
raw
history blame contribute delete
325 Bytes
{
"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"
}
]
}
}