Skip to content

Commit

Permalink
feat: create devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrkafuu authored Nov 5, 2024
1 parent 8e4c148 commit eed32ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"image": "mcr.microsoft.com/devcontainers/javascript-node:22",
"postCreateCommand": "pnpm install"
}

0 comments on commit eed32ae

Please sign in to comment.