Skip to content

Commit dc58915

Browse files
authored
Update devcontainer.json
1 parent f8c5db7 commit dc58915

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
],
3333

3434
// Use 'forwardPorts' to make a list of ports inside the container available locally.
35-
"forwardPorts": [3000],
35+
"forwardPorts": [4000],
3636

3737
"portsAttributes": {
38-
"3000": {
38+
"4000": {
3939
"label": "Preview",
4040
"onAutoForward": "openPreview"
4141
}

0 commit comments

Comments
 (0)