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

21
.firebaserc Normal file
View File

@@ -0,0 +1,21 @@
{
"targets": {
"iwuzzler-web-app": {
"hosting": {
"frontend": [
"iwuzzler"
]
}
},
"iwuzzler-develop-16bee": {
"hosting": {
"frontend": [
"iwuzzler-development"
]
}
}
},
"projects": {
"default": "iwuzzler-web-app"
}
}