From 6f79046b481c93ceaee76f00b9daa4730c02a8b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Br=C3=A4unlich?= Date: Sun, 1 Sep 2024 08:18:33 +0000 Subject: [PATCH] add node to .devcontainer features --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d97f3b77..5988aa90 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -29,6 +29,7 @@ "features": { "ghcr.io/devcontainers/features/git: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": {} } } \ No newline at end of file