fix(ci): restore talk-voice plugin runtime export

This commit is contained in:
Peter Steinberger
2026-04-03 13:31:58 +01:00
parent 344717a2d5
commit ee39ec29d1

View File

@@ -1,2 +1,2 @@
export { definePluginEntry } from "openclaw/plugin-sdk/plugin-entry";
export type { OpenClawPluginApi } from "openclaw/plugin-sdk/core";
export type { OpenClawPluginApi, PluginRuntime } from "openclaw/plugin-sdk/core";