12 lines
212 B
JSON
12 lines
212 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Start Frontend",
|
||
|
"type": "command",
|
||
|
"program": "npm",
|
||
|
"args": [
|
||
|
"start"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|