remove lambert-db

This commit is contained in:
Flam3rboy 2021-04-18 14:23:44 +02:00
parent 801eee1cb3
commit 85ac6b4c63
3 changed files with 1 additions and 2 deletions

BIN
package-lock.json generated

Binary file not shown.

View File

@ -17,7 +17,6 @@
"erlpack": "^0.1.3",
"fosscord-server-util": "github:fosscord/fosscord-server-util",
"jsonwebtoken": "^8.5.1",
"lambert-db": "^1.1.8",
"lambert-server": "^1.1.7",
"missing-native-js-functions": "^1.2.3",
"mongoose-autopopulate": "^0.12.3",

View File

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