mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:50:43 +00:00
* fix(media): remove express from media host * fix(media): harden media host responses * fix(msteams): stage express runtime dependency * fix(browser): align profile facade exports * fix(msteams): keep setup entry narrow * fix(types): satisfy extension setup gates * fix(msteams): use generic setup config type
4 lines
176 B
TypeScript
4 lines
176 B
TypeScript
// Keep bundled setup entry imports narrow so setup loads do not pull the
|
|
// broader Teams channel plugin surface.
|
|
export { msteamsSetupPlugin } from "./src/channel.setup.js";
|