/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v20.3.27
.devcontainer/recommended-devcontainer.json
11 строк
355 B
Joey Perrott
build: use pnpm as the package manager instead of yarn (#62924)
01 авг 2025, 01:06
01 авг 2025, 01:06
82cc576
Код
Авторство
О чём код?
// Reference: https://code.visualstudio.com/docs/remote/containers#_devcontainerjson-reference { "name": "Angular dev container", "dockerFile": "Dockerfile", "appPort": [4000, 4200, 4433, 5000, 8080, 9876], "postCreateCommand": "pnpm install", "extensions": [ "devondcarew.bazel-code", "ms-vscode.vscode-typescript-tslint-plugin" ], }