Skip to content

Commit

Permalink
chore: removed unforwarded port
Browse files Browse the repository at this point in the history
  • Loading branch information
mwargan committed Nov 26, 2023
1 parent 04119a8 commit 34bb320
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
},

// Use 'forwardPorts' to make a list of ports inside the container available locally.
"forwardPorts": [
5173
],
// "forwardPorts": [
// 5173
// ],

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "npm install",
Expand Down

0 comments on commit 34bb320

Please sign in to comment.