summary refs log tree commit diff
path: root/api/scripts/tsconfig-paths-bootstrap.js
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-18 01:49:36 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-18 01:49:36 +0200
commit69550e535e990ded1e6bd8763e4f48299f70584a (patch)
tree60632de7e16316a877e55c18c4bce00b0841968e /api/scripts/tsconfig-paths-bootstrap.js
parent:pencil: add default route description to all routes (diff)
downloadserver-69550e535e990ded1e6bd8763e4f48299f70584a.tar.xz
:sparkles: generate test responses
Diffstat (limited to 'api/scripts/tsconfig-paths-bootstrap.js')
-rw-r--r--api/scripts/tsconfig-paths-bootstrap.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/api/scripts/tsconfig-paths-bootstrap.js b/api/scripts/tsconfig-paths-bootstrap.js
deleted file mode 100644

index d6ad3c57..00000000 --- a/api/scripts/tsconfig-paths-bootstrap.js +++ /dev/null
@@ -1,10 +0,0 @@ -const tsConfigPaths = require("tsconfig-paths"); -const path = require("path"); - -const cleanup = tsConfigPaths.register({ - baseUrl: path.join(__dirname, ".."), - paths: { - "@fosscord/api": ["dist/index.js"], - "@fosscord/api/*": ["dist/*"] - } -});