mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 04:50:44 +00:00
refactor(plugins): move remaining channel and provider ownership out of src
This commit is contained in:
9
src/plugin-sdk/line-runtime.ts
Normal file
9
src/plugin-sdk/line-runtime.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
// Private runtime surface for the bundled LINE plugin. Keep runtime ownership
|
||||
// in the plugin package.
|
||||
|
||||
export * from "../../extensions/line/src/bot-access.js";
|
||||
export * from "../../extensions/line/src/bot-handlers.js";
|
||||
export * from "../../extensions/line/src/bot-message-context.js";
|
||||
export * from "../../extensions/line/src/bot.js";
|
||||
export * from "../../extensions/line/src/download.js";
|
||||
export * from "../../extensions/line/src/monitor.js";
|
||||
Reference in New Issue
Block a user