12 lines
258 B
JSON
12 lines
258 B
JSON
|
|
{
|
||
|
|
"version": "0.0.1",
|
||
|
|
"configurations": [
|
||
|
|
{
|
||
|
|
"name": "admin-solid",
|
||
|
|
"runtimeExecutable": "sh",
|
||
|
|
"runtimeArgs": ["-c", "cd /Users/ashwin/workspace/nxtgauge-admin-solid && node .output/server/index.mjs"],
|
||
|
|
"port": 3000
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|