19 lines
363 B
JSON
19 lines
363 B
JSON
|
|
{
|
||
|
|
"version": "0.0.1",
|
||
|
|
"configurations": [
|
||
|
|
{
|
||
|
|
"name": "web",
|
||
|
|
"runtimeExecutable": "npm",
|
||
|
|
"runtimeArgs": ["run", "dev"],
|
||
|
|
"port": 3000
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "hokm-dev",
|
||
|
|
"runtimeExecutable": "cmd",
|
||
|
|
"runtimeArgs": ["/c", "cd /d D:\\Projects\\hokm && npm run dev"],
|
||
|
|
"port": 3020,
|
||
|
|
"autoPort": true
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|