Skip to content

Commit

Permalink
fixed ports for localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
shurick81 authored Feb 23, 2022
1 parent bd4d3a8 commit 7e63720
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,11 @@
],
"portsAttributes": {
"4321": {
"protocol": "https",
"label": "Manifest",
"onAutoForward": "silent",
"requireLocalPort": true
},
"35729": {
"protocol": "https",
"label": "LiveReload",
"onAutoForward": "silent",
"requireLocalPort": true
}
},
Expand Down

0 comments on commit 7e63720

Please sign in to comment.