You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the Settings service as a capability and wire it into the CLI and runtime: include @objectstack/service-settings in package.json, add the settings capability to CAPABILITY_PROVIDERS, and register the plugin in the serve command. Update the example app config and built artifact to require the settings capability. Enhance the service-settings package: export builtin manifests, register built-in action handlers (mail.test) by default, allow passing custom manifests and action handlers, and add bindEngine to late-bind the real data engine and audit sink instead of re-instantiating the service at start. Also tidy mail manifest typing/shape and propagate action handler registration on init. Update pnpm lockfile to reflect the new workspace dependency and resolved package changes.
0 commit comments