eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
9 lines (8 loc) • 327 B
TypeScript
import type { PreparedApplicationHost } from "#internal/nitro/host/types.js";
/**
* Compiles one authored app and stages the package-owned artifacts needed by
* the Nitro host.
*/
export declare function prepareApplicationHost(startPath: string, options?: {
readonly dev?: boolean;
}): Promise<PreparedApplicationHost>;