docs icon indicating copy to clipboard operation
docs copied to clipboard

Better env var management

Open half0wl opened this issue 3 years ago • 0 comments

We're doing process.env.foo ?? "" and checking for non-empty strings everywhere that uses the env var.

We should centralize this into a config module and perform all the checks upfront in there.

half0wl avatar Apr 24 '23 20:04 half0wl