Browse Source
Merge pull request #2109 from jbrazio/2026/from-bun-to-node
Update devcontainer features to use Node instead of Bun
pull/2126/head
Liam Cottle
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
.devcontainer/devcontainer.json
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
"name": "MeshCore", |
|
|
|
"image": "mcr.microsoft.com/devcontainers/python:3-bookworm", |
|
|
|
"features": { |
|
|
|
"ghcr.io/devcontainers-extra/features/bun:1": {}, |
|
|
|
"ghcr.io/devcontainers/features/node:1": {}, |
|
|
|
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1": { |
|
|
|
"packages": [ |
|
|
|
"sudo" |
|
|
|
|