Adds firebase

This commit is contained in:
Daniel Svitan
2023-05-16 18:14:46 -07:00
parent 3f57963be7
commit 405300939d
7 changed files with 176 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"hosting": {
"public": "build/",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}