Files
Reactive-Resume/firebase.json
2020-10-10 12:32:19 +05:30

26 lines
360 B
JSON

{
"hosting": {
"target": "rxresume",
"public": "./public",
"ignore": [
"**/.*",
"firebase.json",
"**/node_modules/**"
]
},
"emulators": {
"functions": {
"port": 5001
},
"hosting": {
"port": 5000
},
"ui": {
"enabled": true
}
},
"functions": {
"source": "functions"
}
}