2026-03-20 15:56:14 +00:00
|
|
|
// Private runtime barrel for the bundled Nextcloud Talk extension.
|
|
|
|
|
// Keep this barrel thin and aligned with the local extension surface.
|
|
|
|
|
|
2026-03-21 18:03:18 -07:00
|
|
|
export * from "openclaw/plugin-sdk/nextcloud-talk";
|
2026-04-05 18:18:47 +01:00
|
|
|
export { setNextcloudTalkRuntime } from "./src/runtime.js";
|