This commit is contained in:
YuCheng Hu 2022-10-03 01:24:21 -04:00
commit 0da2d8306c
No known key found for this signature in database
GPG Key ID: C395DC68EF030B59
1 changed files with 13 additions and 0 deletions

13
firebase.json Normal file
View File

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