tfcconnection/themes/bl/firebase.json
2025-05-19 14:08:56 -05:00

16 lines
235 B
JSON

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