first commit

This commit is contained in:
2025-07-22 22:10:30 +02:00
commit 9a1ffc51d8
130 changed files with 20161 additions and 0 deletions

15
firebase-develop.json Normal file
View File

@@ -0,0 +1,15 @@
{
"hosting": [
{
"site": "iwuzzler-development",
"public": "dist/frontend/browser",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
]
}