chore: stuff

This commit is contained in:
Ephraim Atta-Duncan
2025-11-27 12:53:16 +00:00
parent 117c787129
commit b8818ae74b
2 changed files with 6 additions and 10 deletions
+5 -10
View File
@@ -33,13 +33,8 @@ const handler = handle(build, server);
const port = parseInt(process.env.PORT || '3000', 10);
const hostname = process.env.HOSTNAME || '0.0.0.0';
serve(
{
fetch: handler.fetch,
port,
hostname,
},
(info) => {
console.log(`🚀 Documenso Server listening on http://${info.address}:${info.port}`);
},
);
serve({
fetch: handler.fetch,
port,
hostname,
});
+1
View File
@@ -39,6 +39,7 @@
"globalEnv": [
"APP_VERSION",
"PORT",
"HOSTNAME",
"NEXT_PRIVATE_ENCRYPTION_KEY",
"NEXT_PRIVATE_ENCRYPTION_SECONDARY_KEY",
"NEXTAUTH_SECRET",