Remove Node.js feature — Bun handles everything

Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
2026-02-28 01:06:50 +00:00
parent 0a1a4fbf09
commit acf9f7f696

View File

@@ -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"