18 lines
307 B
JSON
18 lines
307 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "api",
|
|
"runtimeExecutable": "npm",
|
|
"runtimeArgs": ["run", "dev:api"],
|
|
"port": 3000
|
|
},
|
|
{
|
|
"name": "web",
|
|
"runtimeExecutable": "npm",
|
|
"runtimeArgs": ["run", "dev:web"],
|
|
"port": 4200
|
|
}
|
|
]
|
|
}
|