We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84a3dd7 commit 135b4b0Copy full SHA for 135b4b0
.devcontainer/devcontainer.json
@@ -1,7 +1,8 @@
1
{
2
- "name": "flash.comma.ai",
3
-
4
- "image": "mcr.microsoft.com/devcontainers/typescript-node:1-20-bullseye",
5
6
- "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": {}
+ },
7
+ "postCreateCommand": "bun install"
8
}
0 commit comments