mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-08 07:25:22 +02:00
refacctor: add missing envs
This commit is contained in:
@@ -25,7 +25,7 @@ import {
|
||||
setupTerminalWebSocketServer,
|
||||
} from "./wss/terminal";
|
||||
|
||||
config({ path: ".env", override: true });
|
||||
config({ path: ".env" });
|
||||
const PORT = Number.parseInt(process.env.PORT || "3000", 10);
|
||||
const dev = process.env.NODE_ENV !== "production";
|
||||
const app = next({ dev });
|
||||
|
||||
Reference in New Issue
Block a user