Adding firebase deploy config

This commit is contained in:
Jeff Avallone
2019-01-08 17:15:16 -05:00
parent 70b489f2a6
commit 297bb650ac
5 changed files with 1772 additions and 75 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"projects": {
"default": "regexper"
},
"targets": {
"regexper": {
"hosting": {
"production": [
"regexper"
],
"preview": [
"regexper-preview"
]
}
}
}
}