16 lines
No EOL
317 B
JSON
16 lines
No EOL
317 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "node",
|
|
"request": "launch",
|
|
"name": "Run API Server (npm start)",
|
|
"runtimeExecutable": "npm",
|
|
"runtimeArgs": [
|
|
"start"
|
|
],
|
|
"cwd": "${workspaceFolder}",
|
|
"envFile": "${workspaceFolder}/.env",
|
|
}
|
|
]
|
|
} |