Skip to content

Commit

Permalink
Update firebase.json
Browse files Browse the repository at this point in the history
  • Loading branch information
adityasharma7 authored Apr 6, 2022
1 parent 56d858c commit 3d35cd9
Showing 1 changed file with 24 additions and 9 deletions.
33 changes: 24 additions & 9 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,32 @@
{
"hosting": {
"target": "commerce-hub-dev",
"hosting": [
{
"target": "inventorycount",
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
"rewrites": [ {
"source": "**",
"destination": "/index.html"
} ]

},
{
"target": "dev-inventorycount",
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [ {
"source": "**",
"destination": "/index.html"
} ]

}
}
]
}

0 comments on commit 3d35cd9

Please sign in to comment.