Skip to content

Commit

Permalink
devcontainer: use bun (#44)
Browse files Browse the repository at this point in the history
devcontainer: bun install
  • Loading branch information
incognitojam authored Jun 1, 2024
1 parent 84a3dd7 commit 135b4b0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "flash.comma.ai",

"image": "mcr.microsoft.com/devcontainers/typescript-node:1-20-bullseye",

"postCreateCommand": "pnpm install",
"name": "flash.comma.ai",
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-20-bullseye",
"features": {
"ghcr.io/shyim/devcontainers-features/bun:0": {}
},
"postCreateCommand": "bun install"
}

0 comments on commit 135b4b0

Please sign in to comment.