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",
"internalConsoleOptions": "neverOpen",
"name": "nodemon start-server",
"program": "${workspaceFolder}/src/www",
"name": "nodemon server:start",
"program": "${workspaceFolder}/src/main",
"request": "launch",
"restart": true,
"runtimeExecutable": "nodemon",