production settings

This commit is contained in:
2019-08-05 07:28:25 +02:00
parent 7bd42bda84
commit 1e9d111ceb
15 changed files with 129 additions and 28 deletions

11
WEB/firebase.json Normal file
View File

@@ -0,0 +1,11 @@
{
"hosting": {
"public": "dist/wgenerator",
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}