1
0
mirror of https://github.com/badgen/badgen.net.git synced 2025-04-19 05:42:17 +03:00
badgen.net/firebase.json
2019-06-12 22:40:04 +08:00

14 lines
205 B
JSON

{
"hosting": {
"public": "dist",
"ignore": ["**/*"],
"rewrites": [ {
"source": "**",
"run": {
"serviceId": "badgen",
"region": "us-central1"
}
} ]
}
}