Skip to content

Commit

Permalink
chore: update devcontainer.json with additional forward ports
Browse files Browse the repository at this point in the history
  • Loading branch information
tsinis committed Apr 25, 2024
1 parent 897302e commit 2ca36c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"run": {
"image": "docker.io/ubuntu:latest"
},
"forwardPorts": [8000, 8080],
"forwardPorts": [3000, 4000, 5000, 8000, 8080],
"name": "Dart SDK",
"customizations": {
"vscode": {
Expand Down

0 comments on commit 2ca36c0

Please sign in to comment.