···11+// For format details, see https://aka.ms/devcontainer.json. For config options, see the
22+// README at: https://github.com/devcontainers/templates/tree/main/src/javascript-node
33+{
44+ "name": "Node.js",
55+ // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
66+ "image": "mcr.microsoft.com/devcontainers/javascript-node:1-22-bookworm"
77+88+ // Features to add to the dev container. More info: https://containers.dev/features.
99+ // "features": {},
1010+1111+ // Use 'forwardPorts' to make a list of ports inside the container available locally.
1212+ // "forwardPorts": [],
1313+1414+ // Use 'postCreateCommand' to run commands after the container is created.
1515+ // "postCreateCommand": "yarn install",
1616+1717+ // Configure tool-specific properties.
1818+ // "customizations": {},
1919+2020+ // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
2121+ // "remoteUser": "root"
2222+}