mirror of
https://github.com/BreizhHardware/Site-comptage-heure.git
synced 2026-01-18 16:17:28 +01:00
14 lines
421 B
JSON
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": {}
|
|
}
|
|
} |