add node to .devcontainer features

This commit is contained in:
Christian Bräunlich 2024-09-01 08:18:33 +00:00
parent 6807e6f56e
commit 6f79046b48

View file

@ -29,6 +29,7 @@
"features": { "features": {
"ghcr.io/devcontainers/features/git:1": {}, "ghcr.io/devcontainers/features/git:1": {},
"ghcr.io/devcontainers/features/go:1": {}, "ghcr.io/devcontainers/features/go:1": {},
"ghcr.io/devcontainers/features/hugo:1": {} "ghcr.io/devcontainers/features/hugo:1": {},
"ghcr.io/devcontainers/features/node:1": {}
} }
} }