memos/apps/memos-local-openclaw/plugin-impl.ts

9 lines
233 B
TypeScript

/**
* MemOS Local Plugin Implementation.
*
* Keep this file as a thin re-export so tests and loaders that import
* `plugin-impl` always get the canonical plugin definition from `index.ts`.
*/
export { default } from "./index";