decla-red/frontend/firebase.json
schmelczerandras ad73596967 Add firebase
2020-10-02 15:41:21 +02:00

16 lines
234 B
JSON

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