pub fn builtin_modules() -> Vec<BuiltinModule>Expand description
Built-in modules implied by the running build’s compile-time features.
Workflow is always-on (the engine is currently the workflow runtime).
Auth — when compiled in via the auth Cargo feature — seeds disabled
so operators of existing v0.1.2 deployments don’t get unexpected
auth migrations on upgrade. Local dev flips this via
EngineConfig.auto_enable_modules = ["auth"].