chore: include pre-built dist for github install
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export interface PluginEntryInfo {
|
||||
entry: string;
|
||||
isPinned: boolean;
|
||||
pinnedVersion: string | null;
|
||||
configPath: string;
|
||||
}
|
||||
export declare function findPluginEntry(directory: string): PluginEntryInfo | null;
|
||||
Reference in New Issue
Block a user