diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-29 00:03:58 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-29 00:03:58 +0200 |
commit | 227a4e47f1ec9bca9b039c7c6761a335bcf622c2 (patch) | |
tree | 356056aa999e2b7b2d8b2e5094c98e63fa1bd2d2 /util/.vscode/launch.json | |
parent | :sparkles: typeorm api rewrite done (diff) | |
download | server-227a4e47f1ec9bca9b039c7c6761a335bcf622c2.tar.xz |
:sparkles: update util
Diffstat (limited to 'util/.vscode/launch.json')
-rw-r--r-- | util/.vscode/launch.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/.vscode/launch.json b/util/.vscode/launch.json index 0de6e587..524622d1 100644 --- a/util/.vscode/launch.json +++ b/util/.vscode/launch.json @@ -18,6 +18,7 @@ "type": "node", "request": "launch", "runtimeArgs": ["--inspect-brk", "${workspaceRoot}/node_modules/jest/bin/jest.js", "--runInBand"], + "preLaunchTask": "tsc: build - tsconfig.json", "console": "integratedTerminal", "internalConsoleOptions": "neverOpen", "port": 9229 |