Skip to content

Commit

Permalink
Update firebase.json
Browse files Browse the repository at this point in the history
  • Loading branch information
adityasharma7 authored Mar 29, 2022
1 parent 5ed2089 commit 9b8e77d
Showing 1 changed file with 22 additions and 9 deletions.
31 changes: 22 additions & 9 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,30 @@
{
"hosting": {
"target": "commerce-hub-dev",
"hosting": [
{
"target": "dev-hotwax-preorder",
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
"rewrites": [ {
"source": "**",
"destination": "/index.html"
} ]
},
{
"target": "hotwax-preorder",
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [ {
"source": "**",
"destination": "/index.html"
} ]
}
}
]
}

0 comments on commit 9b8e77d

Please sign in to comment.