sojorn/firebase.json
2026-02-15 00:33:24 -06:00

17 lines
250 B
JSON

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