diff --git a/docs/architecture/di-explainer.html b/docs/architecture/di-explainer.html index ceef150..8c602fe 100644 --- a/docs/architecture/di-explainer.html +++ b/docs/architecture/di-explainer.html @@ -1032,17 +1032,12 @@ footer .colophon {
default · empty mock
-
Dev server with USE_DEV_SEED=true
+
Server (any env) with USE_DEV_SEED=true
bindAll() → bindAllDevSeed()
dev seed · populated mock
-
Dev server without env flag (Payload booted)
-
bindAll() → bindAllProduction(config)
-
production · real Payload
-
-
-
Production server (NODE_ENV=production)
+
Server (any env) with USE_DEV_SEED unset / not "true"
bindAll() → bindAllProduction(config)
production · real Payload
@@ -1196,7 +1191,7 @@ const MODES = { ], }, prod: { - flag: 'NODE_ENV=production OR no USE_DEV_SEED · bindAllProduction(config) ran', + flag: 'USE_DEV_SEED unset or not "true" · bindAllProduction(config) ran', scenarioTag: 'when this happens', title: 'Production binder ran at app boot', narrative: [