Browse Source
fix: update devcontainer features to use node instead of bun
pull/2109/head
João Brázio
3 months ago
No known key found for this signature in database
GPG Key ID: 56A1490716A324DD
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" |
|
|
|
|