fix: update devcontainer features to use node instead of bun

This commit is contained in:
João Brázio
2026-03-21 11:47:22 +00:00
parent 7fa7ac24db
commit 0ac33479d3

View File

@@ -2,7 +2,7 @@
"name": "MeshCore", "name": "MeshCore",
"image": "mcr.microsoft.com/devcontainers/python:3-bookworm", "image": "mcr.microsoft.com/devcontainers/python:3-bookworm",
"features": { "features": {
"ghcr.io/devcontainers-extra/features/bun:1": {}, "ghcr.io/devcontainers/features/node:1": {},
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1": { "ghcr.io/rocker-org/devcontainer-features/apt-packages:1": {
"packages": [ "packages": [
"sudo" "sudo"