Skip to content

Commit

Permalink
Create devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Jbithell committed Mar 22, 2024
1 parent a8ea9f7 commit 28bac29
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"image": "mcr.microsoft.com/devcontainers/typescript-node",
"customizations": {
"vscode": {
"extensions": [
"esbenp.prettier-vscode",
"christian-kohler.npm-intellisense",
"dbaeumer.vscode-eslint"
]
}
},
"postCreateCommand": "npm install",
"forwardPorts": [8000]
}

0 comments on commit 28bac29

Please sign in to comment.