Skip to content

Commit

Permalink
Fix devcontainer run
Browse files Browse the repository at this point in the history
  • Loading branch information
GingerGeek committed Dec 15, 2024
1 parent 5ce3c9a commit 248122c
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 @@ -11,7 +11,7 @@
},

"updateContentCommand": "npm install",
"postAttachCommand": "npm start-v4",
"postAttachCommand": "npm run start-v4",

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

0 comments on commit 248122c

Please sign in to comment.