Files
rowy/firebase.json

13 lines
211 B
JSON
Raw Normal View History

2021-09-01 15:54:20 +10:00
{
2021-09-01 15:59:30 +10:00
"hosting": {
"public": "build",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
2021-09-01 15:54:20 +10:00
}