11 lines
240 B
JSON
11 lines
240 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "admin-solid",
|
|
"runtimeExecutable": "sh",
|
|
"runtimeArgs": ["-c", "cd /Users/ashwin/workspace/nxtgauge-admin-solid && npm run dev"],
|
|
"port": 3020
|
|
}
|
|
]
|
|
}
|