Files
devcontainers/universal-base/.devcontainer/local-features/nvs/devcontainer-feature.json
2026-02-14 20:21:28 +08:00

12 lines
231 B
JSON

{
"id": "nvs",
"name": "Node Version Switcher",
"containerEnv": {
"NVS_DIR": "/usr/local/nvs",
"PATH": "${NVS_DIR}:${PATH}"
},
"install": {
"app": "",
"file": "install.sh"
}
}