regexper-static/firebase.json

13 lines
153 B
JSON
Raw Permalink Normal View History

2019-01-08 22:58:32 +00:00
{
"hosting": [
{
"target": "production",
"public": "build"
},
{
"target": "preview",
"public": "build"
}
]
}