Skip to content

Commit 135b4b0

Browse files
authored
devcontainer: use bun (#44)
devcontainer: bun install
1 parent 84a3dd7 commit 135b4b0

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.devcontainer/devcontainer.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
2-
"name": "flash.comma.ai",
3-
4-
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-20-bullseye",
5-
6-
"postCreateCommand": "pnpm install",
2+
"name": "flash.comma.ai",
3+
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-20-bullseye",
4+
"features": {
5+
"ghcr.io/shyim/devcontainers-features/bun:0": {}
6+
},
7+
"postCreateCommand": "bun install"
78
}

0 commit comments

Comments
 (0)