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