Github Actions

This commit is contained in:
2022-12-18 20:01:15 +01:00
parent 8cb3da66f2
commit a3db13d79c
4 changed files with 5721 additions and 1122 deletions
+5 -2
View File
@@ -1,7 +1,11 @@
{
"hosting": {
"public": "dist",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
@@ -10,4 +14,3 @@
]
}
}