29 lines
408 B
JSON
29 lines
408 B
JSON
{
|
|
"emulators": {
|
|
"functions": {
|
|
"port": 5001
|
|
},
|
|
"ui": {
|
|
"enabled": true,
|
|
"port": 5002
|
|
}
|
|
},
|
|
"hosting": {
|
|
"public": "dist/",
|
|
"ignore": [
|
|
"firebase.json",
|
|
"**/.*",
|
|
"**/node_modules/**"
|
|
],
|
|
"rewrites": [
|
|
{
|
|
"source": "/**",
|
|
"function": "app"
|
|
}
|
|
]
|
|
},
|
|
"database": {
|
|
"rules": "database.rules.json"
|
|
}
|
|
}
|