mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-04 12:25:19 -04:00
11 lines
262 B
JSON
11 lines
262 B
JSON
{
|
|
"name": "Node.js & TypeScript & Yarn",
|
|
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-22-bookworm",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/node:1": {}
|
|
},
|
|
"postCreateCommand": {
|
|
"Install dependencies": "yarn install"
|
|
}
|
|
}
|