diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-09-19 18:45:09 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-09-19 18:45:09 +0200 |
commit | d45ea78ae6f2cbde69fd0b335d52c379846fce69 (patch) | |
tree | c27476208ca8f2c6012677096fe025259c0e8acf /bundle/package.json | |
parent | :truck: move handleFile to cdn (diff) | |
download | server-d45ea78ae6f2cbde69fd0b335d52c379846fce69.tar.xz |
:bug: fix bundle debug
Diffstat (limited to 'bundle/package.json')
-rw-r--r-- | bundle/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bundle/package.json b/bundle/package.json index 83f26116..edcd1ec2 100644 --- a/bundle/package.json +++ b/bundle/package.json @@ -43,6 +43,7 @@ "@types/uuid": "^8.3.0", "@types/ws": "^7.4.0", "@zerollup/ts-transform-paths": "^1.7.18", + "ts-node": "^10.2.1", "typescript": "^4.3.5" }, "dependencies": { |