fix(vscode): F5 to start server

This commit is contained in:
Elian Doran 2025-02-19 18:18:28 +02:00
parent 0baa804544
commit 35af12b6e7
No known key found for this signature in database

4
.vscode/launch.json vendored
View File

@ -5,8 +5,8 @@
{ {
"console": "integratedTerminal", "console": "integratedTerminal",
"internalConsoleOptions": "neverOpen", "internalConsoleOptions": "neverOpen",
"name": "nodemon start-server", "name": "nodemon server:start",
"program": "${workspaceFolder}/src/www", "program": "${workspaceFolder}/src/main",
"request": "launch", "request": "launch",
"restart": true, "restart": true,
"runtimeExecutable": "nodemon", "runtimeExecutable": "nodemon",