localstorage

This commit is contained in:
Janis Meister
2023-03-10 12:58:10 +01:00
parent 3cf6a62477
commit fb5eae612c
9 changed files with 98 additions and 35 deletions

10
firebase.json Normal file
View File

@@ -0,0 +1,10 @@
{
"hosting": {
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}