regexper-static/firebase.json

13 lines
155 B
JSON
Raw Normal View History

2019-01-08 22:15:16 +00:00
{
"hosting": [
{
"target": "production",
"public": "public"
},
{
"target": "preview",
"public": "public"
}
]
}