13 lines
221 B
JSON
13 lines
221 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "npm run dev",
|
|
"request": "launch",
|
|
"type": "node-terminal",
|
|
"cwd": "${workspaceFolder}/web",
|
|
"command": "npm run dev"
|
|
}
|
|
]
|
|
}
|