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

19
firebase.json Normal file
View File

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