Hacker News new | ask | show | jobs
by whh 56 days ago
That's essentially what NEXT_PUBLIC_ is for... but serializing process.env is a new one for me.
1 comments

They don’t serialize process.env, but devs will take config values from environment variables. Obviously you’re not supposed to do this but it’s a footgun.