first commit

This commit is contained in:
Melvin Ragusa
2026-01-21 21:38:41 +01:00
commit 95ca6f57e7
5 changed files with 206 additions and 0 deletions

10
firebase.json Normal file
View File

@@ -0,0 +1,10 @@
{
"hosting": {
"public": "build",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}