devbook_ts/firebase.json
Ruidy 75c9888493
ℹ️ Ci (#10)
* fix error in README

* check github.ref value

* check github.ref value

* fix typo

* install deps

* track config files

* final versioning
2020-05-17 09:31:54 +02:00

23 lines
No EOL
377 B
JSON

{
"firestore": {
"rules": "firestore.rules",
"indexes": "firestore.indexes.json"
},
"hosting": {
"public": "build",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
},
"storage": {
"rules": "storage.rules"
}
}