⬆️ update server-util version
This commit is contained in:
parent
38f8840a3f
commit
0da86386d0
BIN
package-lock.json
generated
BIN
package-lock.json
generated
Binary file not shown.
@ -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",
|
||||
|
||||
@ -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}`);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user