19 lines
412 B
JSON
19 lines
412 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "transit-dashboard",
|
|
"runtimeExecutable": "npm",
|
|
"runtimeArgs": ["run", "dev"],
|
|
"port": 5183,
|
|
"cwd": "transit_dashboard"
|
|
},
|
|
{
|
|
"name": "siro-admin",
|
|
"runtimeExecutable": "python3",
|
|
"runtimeArgs": ["-m", "http.server", "8899", "--directory", "dashboard/siro-admin"],
|
|
"port": 8899
|
|
}
|
|
]
|
|
}
|