12 lines
208 B
JSON
12 lines
208 B
JSON
|
|
{
|
||
|
|
"version": "0.0.1",
|
||
|
|
"configurations": [
|
||
|
|
{
|
||
|
|
"name": "frontend-dev",
|
||
|
|
"runtimeExecutable": "npm",
|
||
|
|
"runtimeArgs": ["run", "dev", "--prefix", "frontend"],
|
||
|
|
"port": 3000
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|