18 lines
349 B
JSON
18 lines
349 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "admin-platform",
|
|
"runtimeExecutable": "npm",
|
|
"runtimeArgs": ["run", "dev"],
|
|
"port": 7001
|
|
},
|
|
{
|
|
"name": "admin-platform-alt",
|
|
"runtimeExecutable": "npm",
|
|
"runtimeArgs": ["run", "dev", "--", "--port", "7031"],
|
|
"port": 7031
|
|
}
|
|
]
|
|
}
|