regexper-static/firebase.json

13 lines
155 B
JSON

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