UNPKG

eve

Version:

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

5 lines (4 loc) 287 B
import type { ApplicationBuildOptions } from "#internal/nitro/host/types.js"; type VercelServiceOutput = NonNullable<ApplicationBuildOptions["vercelServiceOutput"]>; export declare function resolveInternalVercelServiceOutput(appRoot: string): VercelServiceOutput | undefined; export {};