Files
rowy/firebase.json
Sidney Alcantara 901470675a restructure repo
2021-09-01 15:54:20 +10:00

14 lines
207 B
JSON

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