I'm following the TRPC repo by Katt, but I keep getting ENV vars being invalid when I run the WSS. This is the script, but it doesn't seem to work ```js "dev:wss": "cross-env PORT=3001 tsx watch src/server/wsDevServer.ts", ```