remove firebase configs

This commit is contained in:
Nuno Coração 2025-02-14 18:23:49 +00:00
parent e56f94397f
commit 24dfec3d0f
2 changed files with 0 additions and 21 deletions

View file

@ -1,5 +0,0 @@
{
"projects": {
"default": "blowfish-21fff"
}
}

View file

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