Files
firecms/example/firebase.json
2020-04-22 00:18:55 +02:00

17 lines
305 B
JSON

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