Skip to content

Commit

Permalink
Update .firebaserc
Browse files Browse the repository at this point in the history
  • Loading branch information
adityasharma7 authored Apr 6, 2022
1 parent 61337bb commit 5b8c4ca
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .firebaserc
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
{
"projects": {
"default": "hotwax-digital-commerce"
"default": "hotwax-digital-commerce",
"production": "digital-commerce-71eb8"
},
"targets": {
"hotwax-digital-commerce": {
"hosting": {
"commerce-hub-dev": [
"dev-commerce-hub"
"dev-inventorycount": [
"dev-inventorycount"
]
}
},
"digital-commerce-71eb8": {
"hosting": {
"hotwax-import": [
"hotwax-import"
]
}
}
}
}
}

0 comments on commit 5b8c4ca

Please sign in to comment.