mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-26 06:32:03 +10:00
32 lines
460 B
JSON
32 lines
460 B
JSON
{
|
|
"hosting": [{
|
|
"site": "rxresume",
|
|
"public": "public",
|
|
"ignore": [
|
|
"firebase.json",
|
|
"**/.*",
|
|
"**/node_modules/**"
|
|
],
|
|
"rewrites": [
|
|
{
|
|
"source": "**",
|
|
"destination": "/index.html"
|
|
}
|
|
]
|
|
}],
|
|
"emulators": {
|
|
"functions": {
|
|
"port": 5001
|
|
},
|
|
"hosting": {
|
|
"port": 5000
|
|
},
|
|
"ui": {
|
|
"enabled": true
|
|
}
|
|
},
|
|
"functions": {
|
|
"source": "functions"
|
|
}
|
|
}
|