Files
wgenerator/WEB/firebase.json
2019-08-05 07:28:25 +02:00

12 lines
157 B
JSON

{
"hosting": {
"public": "dist/wgenerator",
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}