mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-28 16:06:41 +01:00
34 lines
543 B
JSON
34 lines
543 B
JSON
{
|
|
"hosting": {
|
|
"public": "dist",
|
|
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
|
|
"rewrites": [
|
|
{
|
|
"source": "**",
|
|
"destination": "/index.html"
|
|
}
|
|
]
|
|
},
|
|
"firestore": {
|
|
"rules": "firestore.rules",
|
|
"indexes": "firestore.indexes.json"
|
|
},
|
|
"storage": {
|
|
"rules": "storage.rules"
|
|
},
|
|
"emulators": {
|
|
"auth": {
|
|
"port": 9099
|
|
},
|
|
"firestore": {
|
|
"port": 9299
|
|
},
|
|
"storage": {
|
|
"port": 9199
|
|
},
|
|
"ui": {
|
|
"enabled": true
|
|
}
|
|
}
|
|
}
|