eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
10 lines (9 loc) • 329 B
TypeScript
export interface EnsureVercelOutputConfigResult {
readonly servicePrefix: string;
}
export declare function ensureEveVercelOutputConfig(input: {
readonly appRoot: string;
readonly eveBuildCommand: string;
readonly nextRoot: string;
readonly servicePrefix: string;
}): Promise<EnsureVercelOutputConfigResult>;