summary refs log tree commit diff
path: root/src/Server.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-04-22 23:37:03 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-04-22 23:37:03 +0200
commita0bc6c649b4a943ae7bcafa97447d2b4390d346a (patch)
treec44c27484806a73c0dfb7b51426d85a8232a3ff7 /src/Server.ts
parent:art: change default port to 2000 (diff)
downloadserver-a0bc6c649b4a943ae7bcafa97447d2b4390d346a.tar.xz
npm i @fosscord/server-util
Diffstat (limited to 'src/Server.ts')
-rw-r--r--src/Server.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Server.ts b/src/Server.ts

index b89a8340..2c8c66eb 100644 --- a/src/Server.ts +++ b/src/Server.ts
@@ -1,7 +1,7 @@ import "missing-native-js-functions"; import dotenv from "dotenv"; dotenv.config(); -import { db } from "fosscord-server-util"; +import { db } from "@fosscord/server-util"; import { Server as WebSocketServer } from "ws"; import { Connection } from "./events/Connection"; import Config from "./util/Config";