19 lines
436 B
JSON
19 lines
436 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"type": "chrome",
|
||
|
"name": "Debug",
|
||
|
"request": "launch",
|
||
|
"url": "http://localhost:5173"
|
||
|
},
|
||
|
{
|
||
|
"type": "node",
|
||
|
"name": "Start",
|
||
|
"request": "launch",
|
||
|
"runtimeExecutable": "npm",
|
||
|
"runtimeArgs": ["run-script", "start"],
|
||
|
"console": "integratedTerminal"
|
||
|
}
|
||
|
]
|
||
|
}
|