autoinstallers/install/code-server/startCodeServer.json

10 lines
158 B
JSON
Raw Permalink Normal View History

2022-05-31 19:28:17 -04:00
{
"apps": [
{
"name": "Code-Server",
"script": "/var/tools/startCodeServer.sh",
"args" : ""
}
]
}