mirror of
https://github.com/directus/directus.git
synced 2026-01-14 10:28:13 -05:00
5 lines
142 B
TypeScript
5 lines
142 B
TypeScript
/**
|
|
* Get the configured Node Environment (eg "production", "development", etc)
|
|
*/
|
|
export const getNodeEnv = () => process.env['NODE_ENV'];
|