Files
rowy/firebase.json
2022-01-03 23:32:57 +07:00

13 lines
211 B
JSON

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