nandorojo / solito

🧍‍♂️ React Native + Next.js, unified.
https://solito.dev
MIT License
3.54k stars 181 forks source link

environment variables #224

Closed conor909 closed 2 years ago

conor909 commented 2 years ago

How do you handle environment variables across packages?

nandorojo commented 2 years ago

see #31 #191

nandorojo commented 2 years ago

this is what i do: https://github.com/nandorojo/solito/discussions/31#discussioncomment-2576208

all secrets should be on EAS / Vercel GH actions and never in env files that get committed on Git or used on the frontend