Skip to content
This repository was archived by the owner on Mar 3, 2024. It is now read-only.

Commit 79bb7ae

Browse files
committed
chore: forward port 3000
1 parent f29edfa commit 79bb7ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222

2323
// Use 'forwardPorts' to make a list of ports inside the container available locally.
24-
// "forwardPorts": [],
24+
"forwardPorts": [3000],
2525

2626
// Use 'postCreateCommand' to run commands after the container is created.
2727
// "postCreateCommand": "go version",

0 commit comments

Comments
 (0)