From acf9f7f696aafd7549bf092b5ff07d3be775befc Mon Sep 17 00:00:00 2001 From: Kenneth Date: Sat, 28 Feb 2026 01:06:50 +0000 Subject: [PATCH] =?UTF-8?q?Remove=20Node.js=20feature=20=E2=80=94=20Bun=20?= =?UTF-8?q?handles=20everything?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ona --- .devcontainer/devcontainer.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 58ffcf8..3db225a 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,9 +5,6 @@ "dockerfile": "Dockerfile" }, "features": { - "ghcr.io/devcontainers/features/node:1": { - "version": "22" - }, "ghcr.io/nickvdyck/devcontainer-features/bun:1": {} }, "postCreateCommand": "bun install && cd example && bun install"