mirror of
https://github.com/Pythagora-io/gpt-pilot.git
synced 2026-05-09 03:00:20 -04:00
4 lines
232 B
TypeScript
4 lines
232 B
TypeScript
// Keep this barrel helper-only so plugin-sdk facades do not pull the full
|
|
// channel plugin (and its runtime state) into tests or other shared surfaces.
|
|
export { isMattermostSenderAllowed } from "./src/mattermost/monitor-auth.js";
|