UNPKG

eve

Version:

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

9 lines (8 loc) 290 B
import type { ProductionServerHandle } from "#internal/nitro/host/types.js"; /** * Starts a built Nitro server for an eve application. */ export declare function startProductionServer(rootDir: string, options?: { host?: string; port?: number; }): Promise<ProductionServerHandle>;