Skip to content

Commit

Permalink
Merge pull request #838 from jt-nti/devcontainer-host
Browse files Browse the repository at this point in the history
Update vscode tasks
  • Loading branch information
jt-nti authored Oct 11, 2024
2 parents 4c9ae15 + ff1baa9 commit bda33e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"label": "Serve (Development)",
"type": "shell",
"command": "npm run develop",
"command": "npm run develop -- --host 0.0.0.0",
"group": {
"kind": "build"
},
Expand All @@ -16,7 +16,7 @@
{
"label": "Serve",
"type": "shell",
"command": "npm run build && npm run serve",
"command": "npm run build && npm run serve -- --host 0.0.0.0",
"group": {
"kind": "build"
},
Expand Down

0 comments on commit bda33e0

Please sign in to comment.