Remove firebase

This commit is contained in:
Andras Schmelczer 2026-06-11 08:26:44 +01:00
parent 491d5817c2
commit 133b0d9198
2 changed files with 0 additions and 22 deletions

View file

@ -1,5 +0,0 @@
{
"projects": {
"default": "schmelczer-dev"
}
}

View file

@ -1,17 +0,0 @@
{
"hosting": {
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"site": "sdf2d-schmelczer-dev",
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}