Files
SIB/frontend/firebase.json

17 lines
341 B
JSON

{
"hosting": {
"public": "dist",
"cleanUrls": true,
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "!{/__/**,/__}",
"destination": "/index.html"
}
]
}
}