Files
muuhd/server/.vscode/launch.json
Kim Ravn Hansen 8a4eb25507 things + stff
2025-09-07 23:24:50 +02:00

20 lines
582 B
JSON
Executable File

{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"skipFiles": [
"<node_internals>/**"
],
"env": {
"NODE_ENV": "dev",
},
"program": "${workspaceFolder}/server.js"
}
]
}