UNPKG

eve

Version:

Filesystem-first framework for durable backend AI agents that run anywhere.

9 lines (8 loc) 310 B
export declare function resolveEveDestinationPrefix(input: { readonly appRoot: string; readonly devServerTimeoutMs?: number; readonly logLabel?: string; readonly phase: string; readonly productionDestinationPrefix: string; readonly productionServerOrigin?: string; }): Promise<string>;