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 { nextcloudTalkPlugin } from "./src/channel.js";

View File

@@ -6,7 +6,7 @@ export default defineBundledChannelEntry({
description: "Nextcloud Talk channel plugin",
importMetaUrl: import.meta.url,
plugin: {
specifier: "./api.js",
specifier: "./channel-plugin-api.js",
exportName: "nextcloudTalkPlugin",
},
secrets: {