Skip to content

Commit

Permalink
configure ports
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrunton committed Dec 25, 2022
1 parent 508f62e commit ce3f919
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
}
},
"portsAttributes": {
"3000": {
"label": "api"
},
"5173": {
"label": "client"
}
}
}

0 comments on commit ce3f919

Please sign in to comment.