piyushgarg-dev / vercel-clone

Vercel Clone From Scratch 🚀
https://youtu.be/0A_JpLYG7hM
172 stars 71 forks source link

How to add custom env variables support provided by user related to their project #19

Open httpsanuj1807 opened 1 week ago

httpsanuj1807 commented 1 week ago

It is definetely not a issue. But I was trying taking input for environment variable in frontend so that user can provide their own credentials specific to thier project as vercel does. I want to know how to securely store them and can provide it during the build time. Also I was facing the issue that these credentials may land up on client side, after embedded in the build process.

If anyone implemented, please help!