upgrade packages

This commit is contained in:
Janis
2023-07-08 13:38:52 +02:00
parent bda717ef72
commit ce4bb73612
4 changed files with 15271 additions and 682 deletions

View File

@@ -1,10 +1,12 @@
{
"hosting": {
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
"hosting": {
"public": "dist",
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
],
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"]
}
}