mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-26 09:45:44 +00:00
fix migrations script
This commit is contained in:
@@ -20,7 +20,7 @@ process.on("uncaughtException", console.error);
|
||||
process.on("unhandledRejection", console.error);
|
||||
|
||||
import moduleAlias from "module-alias";
|
||||
moduleAlias(__dirname + "../../../package.json");
|
||||
moduleAlias(__dirname + "../../package.json");
|
||||
import { config } from "dotenv";
|
||||
config({ quiet: true });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user