Skip to content

Commit

Permalink
tools: add devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MylesBorins committed Oct 15, 2024
1 parent 37a0d5c commit 5e6d356
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "node-osc",
"image": "mcr.microsoft.com/devcontainers/javascript-node:22",
"postCreateCommand": "npm install"
}

0 comments on commit 5e6d356

Please sign in to comment.