⬆️ update server-util version

This commit is contained in:
Flam3rboy 2021-04-25 20:34:20 +02:00
parent 38f8840a3f
commit 0da86386d0
3 changed files with 2 additions and 2 deletions

BIN
package-lock.json generated

Binary file not shown.

View File

@ -13,7 +13,7 @@
"author": "Fosscord",
"license": "ISC",
"dependencies": {
"@fosscord/server-util": "^1.0.3",
"@fosscord/server-util": "^1.0.7",
"dotenv": "^8.2.0",
"erlpack": "^0.1.3",
"jsonwebtoken": "^8.5.1",

View File

@ -35,6 +35,6 @@ export class Server {
await this.setupSchema();
console.log("[DB] connected");
await Config.init();
console.log(`[Gateway] online ${port}`);
console.log(`[Gateway] online on 0.0.0.0:${port}`);
}
}