This commit is contained in:
2026-02-14 20:00:37 +08:00
parent 45be8dc7c8
commit bc660d97a5
10 changed files with 1 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"id": "nvs",
"name": "Node Version Switcher",
"containerEnv": {
"NVS_DIR": "/usr/local/nvs",
"PATH": "${NVS_DIR}:${PATH}"
},
"install": {
"app": "",
"file": "install.sh"
}
}