cross-env PORT=3001 tsx watch src/server/server.ts.@t3-oss/env-nextjs createEnv complains that it cannot find any of the .env variables that it should expect, meaning it is not reading them from the file where they are specified. I believe this is something to do with me using tsx, as the enviroment variables are read in fine if use next dev to run the project (without the custom wss server).
