You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The HOST and PORT environment variables don't take effect; instead it listens on port 5173.
Reproduction
When running
~/qryn-view$ PORT=3001 pnpm dev &
the output is:
@ui/main:dev: VITE v5.4.11 ready in 1283 ms
@ui/main:dev:
@ui/main:dev: ➜ Local: https://localhost:5173/
@ui/main:dev: ➜ Network: use --host to expose
@ui/main:dev: ➜ press h + enter to show help
Describe the bug.
The HOST and PORT environment variables don't take effect; instead it listens on port 5173.
Reproduction
When running
~/qryn-view$ PORT=3001 pnpm dev &
the output is:
Looking at the open ports confirms this:
Host and port can be given with CLI flags but that's not what README suggests:
pnpm dev -- --host 10.0.0.152 --port 3001
For the same reason, the default port it listens to is 5173, not 8080 as documented.
Application version
3.5.3
Browser version
na
Logs
Anything else?
No response
The text was updated successfully, but these errors were encountered: