Files
the-office/firebase.json
2022-05-18 03:43:18 -05:00

17 lines
235 B
JSON

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