From fd4267a03e077bab95e731dffcbbf0f442bf3dcc Mon Sep 17 00:00:00 2001 From: edideaur Date: Thu, 2 Apr 2026 09:58:49 +0000 Subject: [PATCH] fix devcontainer package installs --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 4a6a52c..0117566 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -4,7 +4,7 @@ "context": "..", "dockerfile": "./Dockerfile" }, - "postCreateCommand": "git config --local core.editor \"code --wait\" && git config --local commit.gpgsign false && npm install && bun install", + "postCreateCommand": "git config --local core.editor \"code --wait\" && git config --local commit.gpgsign false && bun install", "customizations": { "vscode": { "extensions": ["dbaeumer.vscode-eslint", "esbenp.prettier-vscode", "anthropic.claude-code"]