docs
docs copied to clipboard
Better env var management
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.