deck handling fixed, new launch config for nest.js

This commit is contained in:
Your Name
2025-03-09 11:51:39 +01:00
parent a718c87c63
commit 3228f0033b
2 changed files with 30 additions and 26 deletions

10
.vscode/launch.json vendored
View File

@@ -2,13 +2,6 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "ng serve",
"type": "chrome",
"request": "launch",
"preLaunchTask": "npm: start",
"url": "http://localhost:4200/"
},
{
"type": "node",
"request": "launch",
@@ -28,9 +21,8 @@
"name": "Debug NestJS API",
"type": "node",
"request": "launch",
"runtimeExecutable": "npx",
"runtimeExecutable": "/home/aknuth/.nvm/versions/node/v22.14.0/bin/npx",
"runtimeArgs": ["nest", "start", "--debug", "--watch"],
"port": 9229,
"cwd": "${workspaceFolder}/api",
"envFile": "${workspaceFolder}/api/.env",
"console": "integratedTerminal",