#Which env variable do I change for the development websocket?
1 messages · Page 1 of 1 (latest)
Are you looking for this?
https://remix.run/docs/en/v1/api/conventions#devserverport
instead of hard coding the value you can probably use some env variable as well process.env.DEV_SERVER_PORT
REMIX_DEV_SERVER_WS_PORT https://github.com/remix-run/remix/blob/main/packages/remix-dev/config.ts#L397-L402
yes, that's the one I was looking for, I know kent made a pr for this a while back, and I couldn't find that again.