Convex with t3-env
Without, I set it up and it works properly, but it would be cool if you shared how you set it up, so I could compare.
4 Replies
GitHub
chat-io/src/env.ts at main ยท FleetAdmiralJakob/chat-io
Contribute to FleetAdmiralJakob/chat-io development by creating an account on GitHub.
Hmm, nice. But I was thinking about using it with the convex dir.
I had to change my tsconfig.json in convex to include the env.ts from src.
It works but not very well with optional variables, I have an optional env entry called VERCEL_URL, which gets set only by vercel I use this to construct my base url.
Very nice project, tbh. I love that you made custom sign-in and sign-up forms for Clerk.
But how do you handle password reset, otp etc...?
Not yet implemented but I'm sure Clerk has me covered with their apis
Yes, you can use the signIn api to reset pass afaik.