mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-28 12:53:34 +00:00
4 lines
188 B
TypeScript
4 lines
188 B
TypeScript
// Public CLI barrel for plugin config mutations.
|
|
/** Toggle plugin enablement inside an OpenClaw config object. */
|
|
export { setPluginEnabledInConfig } from "../plugins/toggle-config.js";
|