#Env variables are not visible in my routers
3 messages · Page 1 of 1 (latest)
You need to run dotenv config as the very very first thing that happens in your code
Yeah, im watching server.ts which is listening on app instance :/
"dev": "NODE_ENV=development && tsx watch src/server.ts",