mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-28 21:49:40 +02:00
Merge remote-tracking branch 'upstream/dev' into fix/electron-nextjs
This commit is contained in:
commit
96da8498e6
27 changed files with 362 additions and 191 deletions
|
|
@ -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',
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue