Setup firebase; poprawki generatora

This commit is contained in:
2022-07-17 14:01:36 +02:00
parent 6dc5cb5c17
commit 9e021fab6c
13 changed files with 650 additions and 2328 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"hosting": {
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}