Setting up for firebase deployments

This commit is contained in:
Jeff Avallone
2019-01-08 17:58:32 -05:00
parent 767433149e
commit b637d7308f
6 changed files with 2558 additions and 57 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"projects": {
"default": "regexper"
},
"targets": {
"regexper": {
"hosting": {
"production": [
"regexper"
],
"preview": [
"regexper-preview"
]
}
}
}
}