mirror of
https://github.com/jlengrand/webbrain.git
synced 2026-03-10 00:41:23 +00:00
16 lines
265 B
JSON
16 lines
265 B
JSON
{
|
|
"firestore": {
|
|
"rules": "firestore.rules",
|
|
"indexes": "firestore.indexes.json"
|
|
},
|
|
"hosting": {
|
|
"public": "build/distributions",
|
|
"site": "webbrain",
|
|
"ignore": [
|
|
"firebase.json",
|
|
"**/.*",
|
|
"**/node_modules/**"
|
|
]
|
|
}
|
|
}
|