🐛 fix startup error
This commit is contained in:
parent
b70adcedba
commit
c5bb9a6006
BIN
package-lock.json
generated
BIN
package-lock.json
generated
Binary file not shown.
@ -32,7 +32,7 @@
|
||||
"jsonwebtoken": "^8.5.1",
|
||||
"lambert-db": "^1.1.8",
|
||||
"lambert-server": "^1.0.10",
|
||||
"missing-native-js-functions": "^1.2.2",
|
||||
"missing-native-js-functions": "^1.2.4",
|
||||
"mongodb": "^3.6.4",
|
||||
"mongoose-long": "^0.3.2",
|
||||
"node-fetch": "^2.6.1"
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
process.on("uncaughtException", console.error);
|
||||
process.on("unhandledRejection", console.error);
|
||||
|
||||
import "missing-native-js-functions";
|
||||
import { config } from "dotenv";
|
||||
config();
|
||||
import { DiscordServer } from "./Server";
|
||||
|
||||
Reference in New Issue
Block a user