Files
whsfund/firebase.json
2026-03-23 15:29:13 -04:00

19 lines
311 B
JSON

{
"hosting": {
"public": "dist",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
},
"firestore": {
"rules": "firestore.rules"
},
"functions": {
"source": "functions"
}
}