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