mirror of
https://github.com/bvanroll/little_people_firebase.git
synced 2025-08-28 11:22:39 +00:00
26 lines
370 B
JSON
26 lines
370 B
JSON
{
|
|
"database": {
|
|
"rules": "database.rules.json"
|
|
},
|
|
"hosting": {
|
|
"public": "public",
|
|
"ignore": [
|
|
"firebase.json",
|
|
"**/.*",
|
|
"**/node_modules/**"
|
|
]
|
|
},
|
|
"emulators": {
|
|
"database": {
|
|
"port": 9000
|
|
},
|
|
"hosting": {
|
|
"port": 5000
|
|
},
|
|
"ui": {
|
|
"enabled": true
|
|
},
|
|
"singleProjectMode": true
|
|
}
|
|
}
|