Merge remote-tracking branch 'upstream/dev' into fix/electron-nextjs

This commit is contained in:
Anish Sarkar 2026-05-25 18:01:06 +05:30
commit 96da8498e6
27 changed files with 362 additions and 191 deletions

View file

@ -49,6 +49,7 @@ export async function startNextServer(): Promise<void> {
env: {
...process.env,
PORT: String(serverPort),
// Loopback bind: avoids 0.0.0.0 leaking into request.url and redirect origins.
HOSTNAME: SERVER_HOST,
NODE_ENV: 'production',
},