mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 14:50:45 +00:00
test(ci): reduce channel contract import cost
This commit is contained in:
1
extensions/line/channel-plugin-api.ts
Normal file
1
extensions/line/channel-plugin-api.ts
Normal file
@@ -0,0 +1 @@
|
||||
export { linePlugin } from "./src/channel.js";
|
||||
@@ -31,7 +31,7 @@ export default defineBundledChannelEntry({
|
||||
description: "LINE Messaging API channel plugin",
|
||||
importMetaUrl: import.meta.url,
|
||||
plugin: {
|
||||
specifier: "./api.js",
|
||||
specifier: "./channel-plugin-api.js",
|
||||
exportName: "linePlugin",
|
||||
},
|
||||
runtime: {
|
||||
|
||||
Reference in New Issue
Block a user