updating package version

This commit is contained in:
Nuno Coração
2022-12-30 14:54:56 +00:00
parent 5e538c10fb
commit fdd81049ee
3 changed files with 106 additions and 1 deletions

16
firebase.json Normal file
View File

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