When I execute pnpm dev, the website loads under port 3000 (seems like the default one) but the .env have explicity
PORT=3500 NODE_ENV=development ..... also I checked the /src/env.js and I cannot see anything related to the PORT I only have .env file under windows 10 with nodejs 20.1X
what I'm doing wrong? how can I expose the server to another port?
also the file react.tsx have this
function getBaseUrl() { if (typeof window !== "undefined") return window.location.origin; if (process.env.VERCEL_URL) return