Skip to content

Commit

Permalink
chore: dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
whale4113 committed Nov 29, 2024
1 parent 8a465bf commit d8f1c8d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "Node.js & TypeScript",
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-20-bookworm",
"postCreateCommand": "npm install -g [email protected] && curl -fsSL https://bun.sh/install | bash",
"name": "Node.js & TypeScript",
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-20-bookworm",
"postCreateCommand": "npm install -g [email protected] && curl -fsSL https://bun.sh/install | bash"
}

0 comments on commit d8f1c8d

Please sign in to comment.