Environments

You can create flags for both production and development. Flaggish will detect the environment using the NODE_ENV environment variable.

NODE_ENV=production
NODE_ENV=development

Last updated