fix: update devcontainer features to use node instead of bun
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user