Browse Source

fix: update devcontainer features to use node instead of bun

pull/2109/head
João Brázio 3 months ago
parent
commit
0ac33479d3
No known key found for this signature in database GPG Key ID: 56A1490716A324DD
  1. 2
      .devcontainer/devcontainer.json

2
.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"

Loading…
Cancel
Save