package-lock

This commit is contained in:
2022-08-01 00:05:12 +02:00
parent 6af7a22b95
commit f8b8caaad2
3 changed files with 1510 additions and 385 deletions
+7 -5
View File
@@ -1,10 +1,12 @@
{
"hosting": {
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}
}