ESLint flagged that USE_DEV_SEED was read in apps/web-next without being declared in root turbo.json globalEnv — added it. DI explainer's conditions table previously listed 'Production server (NODE_ENV=production)' as a scenario, but bindAll() only checks USE_DEV_SEED — NODE_ENV is not read anywhere in source. Fixed the table and the prod-mode flag string to match what the code actually does.