mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-01 15:20:21 +00:00
refactor: tighten plugin sdk entry surface
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// Narrow plugin-sdk surface for the bundled diffs plugin.
|
||||
// Keep this list additive and scoped to symbols used under extensions/diffs.
|
||||
|
||||
export { definePluginEntry } from "./core.js";
|
||||
export { definePluginEntry } from "./plugin-entry.js";
|
||||
export type { OpenClawConfig } from "../config/config.js";
|
||||
export { resolvePreferredOpenClawTmpDir } from "../infra/tmp-openclaw-dir.js";
|
||||
export type {
|
||||
|
||||
Reference in New Issue
Block a user