Single target plugin entrypoints (#19467)

This commit is contained in:
Sebastian 2026-03-28 00:44:46 +01:00 committed by GitHub
commit f3997d8082
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 292 additions and 62 deletions

View file

@ -42,7 +42,8 @@ export type Plugin = (input: PluginInput, options?: PluginOptions) => Promise<Ho
export type PluginModule = {
id?: string
server?: Plugin
server: Plugin
tui?: never
}
type Rule = {