mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
14 lines
238 B
JSON
14 lines
238 B
JSON
{
|
|
"hosting": {
|
|
"target": "firetable",
|
|
"public": "build",
|
|
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
|
|
"rewrites": [
|
|
{
|
|
"source": "**",
|
|
"destination": "/index.html"
|
|
}
|
|
]
|
|
}
|
|
}
|