diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 000000000..3475d22ed --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,14 @@ +{ + "name": "Node.js", + "image": "mcr.microsoft.com/devcontainers/javascript-node:1-22-bookworm", + "features": { + "ghcr.io/devcontainers/features/hugo:1": { + "extended": true, + "version": "latest" + } + }, + "forwardPorts": [ + 6969 + ], + "postCreateCommand": "npm install" +} \ No newline at end of file