12 lines
269 B
JSON
12 lines
269 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "node-terminal",
|
|
"name": "Run Script: start",
|
|
"request": "launch",
|
|
"command": "yarn run start",
|
|
"cwd": "${workspaceFolder}"
|
|
}
|
|
]
|
|
} |