mirror of
https://github.com/BreizhHardware/Site-comptage-heure.git
synced 2026-01-18 16:17:28 +01:00
10 lines
211 B
JSON
10 lines
211 B
JSON
{
|
|
"name": "Node.js 24",
|
|
"image": "mcr.microsoft.com/devcontainers/javascript-node:24",
|
|
"customizations": {
|
|
"vscode": {
|
|
"settings": {}
|
|
}
|
|
},
|
|
"postCreateCommand": "npm install -g pnpm && pnpm install"
|
|
} |