summary refs log tree commit diff
path: root/src/Server.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-06 10:09:32 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-06 10:09:32 +0100
commitce07018e30cb430393c4a571241dc0c9fa49de24 (patch)
treed6a1db4ce580e97c8e05d0182258fd12196e1016 /src/Server.ts
parentmoved utils to server-util (diff)
downloadserver-ce07018e30cb430393c4a571241dc0c9fa49de24.tar.xz
:bug: update imports
Diffstat (limited to 'src/Server.ts')
-rw-r--r--src/Server.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Server.ts b/src/Server.ts

index 4d949353..d427b964 100644 --- a/src/Server.ts +++ b/src/Server.ts
@@ -1,3 +1,4 @@ +import "missing-native-js-functions"; import fs from "fs/promises"; import { Server, ServerOptions } from "lambert-server"; import { Authentication, GlobalRateLimit } from "./middlewares/";