Files
Site-comptage-heure/.devcontainer/devcontainer.json

13 lines
279 B
JSON

{
"name": "Node.js 24",
"image": "mcr.microsoft.com/devcontainers/javascript-node:24",
"features": {
"ghcr.io/devcontainers/features/git-lfs:1": {}
},
"customizations": {
"vscode": {
"settings": {}
}
},
"postCreateCommand": "npm install -g pnpm && pnpm install"
}