chore: include pre-built dist for github install
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
import type { RunOptions } from "./types";
|
||||
import type { OhMyOpenCodeConfig } from "../../config";
|
||||
type EnvVars = Record<string, string | undefined>;
|
||||
export declare const resolveRunAgent: (options: RunOptions, pluginConfig: OhMyOpenCodeConfig, env?: EnvVars) => string;
|
||||
export {};
|
||||
Reference in New Issue
Block a user