Files
rowy/firebase.json
Sidney Alcantara 4674262172 run prettier
2021-09-01 15:59:30 +10:00

14 lines
233 B
JSON

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