Skip to content

Commit

Permalink
fix: fixed firebase config
Browse files Browse the repository at this point in the history
  • Loading branch information
JanssenBrm committed Aug 20, 2023
1 parent 683afaf commit 9d18c48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .firebaserc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"projects": {
"prod": "winery-f4d20",
"default": "winery-dev"
"default": "winery-f4d20",
"dev": "winery-dev"
},
"targets": {
"winery-f4d20": {
Expand All @@ -10,7 +10,7 @@
"winery-f4d20"
]
}
}
},
"winery-dev": {
"hosting": {
"app": [
Expand Down

0 comments on commit 9d18c48

Please sign in to comment.