From ce07018e30cb430393c4a571241dc0c9fa49de24 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 6 Feb 2021 10:09:32 +0100 Subject: :bug: update imports --- src/Server.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Server.ts') 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/"; -- cgit 1.5.1