test(ci): reduce channel contract import cost

This commit is contained in:
Peter Steinberger
2026-04-21 00:39:21 +01:00
parent 92191d37e6
commit 982b1c9464
33 changed files with 127 additions and 60 deletions

View File

@@ -0,0 +1 @@
export { linePlugin } from "./src/channel.js";

View File

@@ -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: {