mirror of
https://github.com/zen-browser/rices.git
synced 2025-07-07 08:55:40 +02:00
22 lines
No EOL
570 B
JSON
22 lines
No EOL
570 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "node",
|
|
"request": "launch",
|
|
"name": "Debug NestJS",
|
|
"runtimeExecutable": "pnpm",
|
|
"runtimeArgs": [
|
|
"start:debug"
|
|
],
|
|
"console": "integratedTerminal",
|
|
"restart": true,
|
|
"autoAttachChildProcesses": true,
|
|
"sourceMaps": true,
|
|
"envFile": "${workspaceFolder}/.env",
|
|
"skipFiles": [
|
|
"<node_internals>/**"
|
|
]
|
|
}
|
|
]
|
|
} |