Fixing some bugs and changing subscribe behaviour
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
import Logging from "@hibas123/nodelogging";
|
||||
import * as dotenv from "dotenv";
|
||||
dotenv.config()
|
||||
|
||||
|
||||
interface IConfig {
|
||||
port: number;
|
||||
@ -15,6 +17,4 @@ const config: IConfig = {
|
||||
dev: (process.env.DEV || "").toLowerCase() === "true"
|
||||
}
|
||||
|
||||
dotenv.config()
|
||||
|
||||
export default config;
|
Reference in New Issue
Block a user