12 lines
176 B
JSON
12 lines
176 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "rolac-app",
|
|
"runtimeExecutable": "npm",
|
|
"runtimeArgs": ["start"],
|
|
"port": 4200
|
|
}
|
|
]
|
|
}
|