Files
portfolio/.devcontainer/devcontainer.json
2025-12-08 10:25:35 +00:00

14 lines
421 B
JSON

{
"name": "Node.js 24 & pnpm",
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"ghcr.io/devcontainers/features/node:1": {
"nodeGypDependencies": true,
"installYarnUsingApt": true,
"version": "lts",
"pnpmVersion": "latest",
"nvmVersion": "latest"
},
"ghcr.io/devcontainers/features/git-lfs:1": {}
}
}