Skip to content

Commit

Permalink
Update firebase.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Princerey authored Feb 5, 2025
1 parent 80aabd5 commit 88d8474
Showing 1 changed file with 15 additions and 33 deletions.
48 changes: 15 additions & 33 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,17 @@
{
"hosting": [
{
"target": "preview",
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
},
{
"target": "production",
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
],
"predeploy": "yarn build"
"hosting": {
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
],
"predeploy": "yarn build"
}
}

0 comments on commit 88d8474

Please sign in to comment.