chore: include pre-built dist for github install
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
import type { GitMasterConfig, BrowserAutomationProvider } from "../../config/schema";
|
||||
export declare function resolveSkillContent(skills: string[], options: {
|
||||
gitMasterConfig?: GitMasterConfig;
|
||||
browserProvider?: BrowserAutomationProvider;
|
||||
disabledSkills?: Set<string>;
|
||||
directory?: string;
|
||||
}): Promise<{
|
||||
content: string | undefined;
|
||||
contents: string[];
|
||||
error: string | null;
|
||||
}>;
|
||||
Reference in New Issue
Block a user