tui: remove legacy V1 CLI TUI integration to simplify startup
This commit is contained in:
parent
fe3b2e8f90
commit
a43de3f86d
13 changed files with 8 additions and 542 deletions
|
|
@ -60,7 +60,6 @@ export type PluginRuntime = ReturnType<typeof createPluginRuntime>
|
|||
export type TuiPluginHost = {
|
||||
start(input: {
|
||||
api: TuiPluginApi
|
||||
config: any
|
||||
runtime: PluginRuntime
|
||||
dispose?: () => void
|
||||
}): Promise<void>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue