autoinstallersbutbetter/install/osjs/osjsStart.json

10 lines
135 B
JSON

{
"apps": [
{
"name": "OSjs",
"script": "npm run serve",
"args" : ""
}
]
}