diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index a171bb1..f27d99b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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" }