chore: include pre-built dist for github install
This commit is contained in:
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
export type PluginDispose = () => Promise<void>;
|
||||
export declare function createPluginDispose(args: {
|
||||
backgroundManager: {
|
||||
shutdown: () => void | Promise<void>;
|
||||
};
|
||||
skillMcpManager: {
|
||||
disconnectAll: () => Promise<void>;
|
||||
};
|
||||
disposeHooks: () => void;
|
||||
}): PluginDispose;
|
||||
Reference in New Issue
Block a user