Remix.run Logo
wouldbecouldbe 11 hours ago

I mean the admin account had visibility of clients env vars, thats maybe not really great in the first place.

iririririr 10 hours ago | parent [-]

you'd think. but this is a js dev world.

nextjs app bake all env vars on the client side code!! it's all public, unless you prefix the name with private_ or something.

rozenmd 9 hours ago | parent [-]

This is incorrect.

You preface with PUBLIC_ to expose them in client side code.