Files
radio-otherway/firebase.json
2023-03-06 09:12:30 +00:00

14 lines
197 B
JSON

{
"hosting": {
"source": "web/",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"frameworksBackend": {
"region": "europe-west1"
}
}
}