regexper-static/firebase.json

13 lines
153 B
JSON

{
"hosting": [
{
"target": "production",
"public": "build"
},
{
"target": "preview",
"public": "build"
}
]
}