mirror of
https://github.com/bvanroll/little_people_firebase.git
synced 2025-08-29 03:42:39 +00:00
working?
This commit is contained in:
25
firebase.json
Normal file
25
firebase.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user