Files
rowy/www/firebase.json
2020-03-26 16:00:36 +08:00

14 lines
238 B
JSON

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