开发容器配置-初版

This commit is contained in:
2026-02-14 22:23:31 +08:00
parent d73b4795c1
commit 41ad420c72
10 changed files with 368 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"
}
}