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