12 lines
188 B
JSON
12 lines
188 B
JSON
|
|
{
|
||
|
|
"version": "0.0.1",
|
||
|
|
"configurations": [
|
||
|
|
{
|
||
|
|
"name": "gwada-sirius-dev",
|
||
|
|
"runtimeExecutable": "npm",
|
||
|
|
"runtimeArgs": ["run", "dev"],
|
||
|
|
"port": 8080
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|