Initial Commit

This commit is contained in:
2025-05-12 17:03:37 -04:00
parent acf1e01d16
commit 0aae8c5c34
5 changed files with 683 additions and 0 deletions

10
firebase.json Normal file
View File

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