UNPKG

@d3vtool/strict-env

Version:

A utility to automatically load and validate environment variables from `.env` files, ensuring they're properly configured before your system starts.

13 lines (12 loc) 212 B
"use strict"; const acceptedEnvFiles = [ ".env.local", ".env.production", ".env.staging", ".env.test", ".env.development", ".env" ]; module.exports = { acceptedEnvFiles };