Skip to content

Commit

Permalink
🔧 Update firease.json
Browse files Browse the repository at this point in the history
  • Loading branch information
harehare committed Oct 12, 2023
1 parent a9b4bd6 commit 5589995
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
"hosting": {
"public": "frontend/dist",
"target": "textusm",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**", "**/*.map"],
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**",
"**/*.map"
],
"rewrites": [
{
"source": "**",
Expand Down Expand Up @@ -74,7 +79,8 @@
},
"hosting": {
"port": 5000
}
},
"singleProjectMode": true
},
"storage": {
"rules": "storage.rules"
Expand Down

0 comments on commit 5589995

Please sign in to comment.