mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-12 07:43:10 +10:00
26 lines
360 B
JSON
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"
|
|
}
|
|
}
|