src/server/utils.ts ```ts import 'server-only' export function getEnv(): Env { const grc = getReq
src/server/utils.ts
is this fine?
is this fine?
getRequestContext() and process.env is still very confusing. sometimes they work in local, sometimes they dont work in prod, so i made this utility function


