mirror of
https://github.com/zoriya/flood.git
synced 2025-12-05 23:06:20 +00:00
.vscode: support path aliases in server debugging
This commit is contained in:
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@@ -11,7 +11,7 @@
|
||||
"TS_NODE_PROJECT": "${workspaceFolder}/server/tsconfig.json"
|
||||
},
|
||||
"runtimeExecutable": "${workspaceFolder}/node_modules/.bin/ts-node-dev",
|
||||
"runtimeArgs": ["--respawn", "--inspect", "--transpile-only"],
|
||||
"runtimeArgs": ["--respawn", "--inspect", "--transpile-only", "-r", "tsconfig-paths/register"],
|
||||
"program": "server/bin/start.ts",
|
||||
"args": []
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user