refactor: make generate domain port be 3000 by default

This commit is contained in:
Mauricio Siu
2024-06-24 01:08:18 -06:00
parent f230bda1f7
commit 33940a345a

View File

@@ -47,7 +47,7 @@ export const generateDomain = async (
serverIp: admin.serverIp || "",
projectName: application.appName,
}),
port: process.env.NODE_ENV === "development" ? 3000 : 80,
port: 3000,
certificateType: "none",
https: false,
path: "/",