genkit
genkit copied to clipboard
Use NODE_ENV to drive development mode
we should:
- automatically opt into dev mode when
NODE_ENV=development - support
GENKIT_ENV=development(instead of dev) since that aligns withNODE_ENV
we should keep supporting existing behavior as well, but that will make it more consistent with other node ecosystem tooling
NODE_ENV is an anti pattern.