gg/firebase.json
2020-04-23 21:53:50 +01:00

10 lines
123 B
JSON

{
"hosting": {
"public": "public",
"rewrites": [{
"source":"**",
"function":"application"
}]
}
}