need dist for plugin import
Signed-off-by: Dmytro Stanchiev <git@dmytros.dev>
This commit is contained in:
8
dist/ralph-loop/config.d.ts
vendored
Normal file
8
dist/ralph-loop/config.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
export type RalphLoopStrategy = "reset" | "continue";
|
||||
export type RalphLoopConfig = {
|
||||
enabled?: boolean;
|
||||
default_max_iterations?: number;
|
||||
state_dir?: string;
|
||||
default_strategy?: RalphLoopStrategy;
|
||||
};
|
||||
export declare function loadRalphLoopConfig(projectDir: string): RalphLoopConfig;
|
||||
Reference in New Issue
Block a user