Files
station-manager-2.0/firebase.json
T
2022-08-20 18:13:08 +02:00

14 lines
211 B
JSON

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