mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-28 16:06:41 +01:00
13 lines
211 B
JSON
13 lines
211 B
JSON
{
|
|
"hosting": {
|
|
"public": "build",
|
|
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
|
|
"rewrites": [
|
|
{
|
|
"source": "**",
|
|
"destination": "/index.html"
|
|
}
|
|
]
|
|
}
|
|
}
|