11 lines
165 B
JSON
11 lines
165 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"type": "command",
|
||
|
"name": "dev",
|
||
|
"program": "yarn",
|
||
|
"args": ["dev"],
|
||
|
},
|
||
|
|
||
|
]
|
||
|
}
|