docs-isharkfly-com/firebase.json

13 lines
185 B
JSON
Raw Permalink Normal View History

2022-09-23 15:21:13 -04:00
{
"database": {
"rules": "database.rules.json"
},
"hosting": {
"public": "./",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
2022-09-23 15:21:58 -04:00
}
}