19 lines
434 B
JSON
19 lines
434 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Start: Local (npm script)",
|
|
"type": "node",
|
|
"request": "launch",
|
|
"runtimeExecutable": "npm",
|
|
"runtimeArgs": [
|
|
"run",
|
|
"start"
|
|
],
|
|
"console": "integratedTerminal",
|
|
"env": {
|
|
"NODE_ENV": "local"
|
|
}
|
|
}
|
|
]
|
|
} |