MaterialKolorBuilder/firebase.json
2024-09-27 15:01:37 -04:00

26 lines
448 B
JSON

{
"hosting": {
"predeploy": "./scripts/predeploy-web",
"public": "public",
"cleanUrls": true,
"trailingSlash": false,
"appAssociation": "AUTO",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "/link/**",
"dynamicLinks": true
}
]
},
"emulators": {
"hosting": {
"port": 8888,
"host": "0.0.0.0"
}
}
}