UNPKG

eve

Version:

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

7 lines (6 loc) 368 B
import { type RuntimeDiskCompiledArtifactsSource } from "#runtime/compiled-artifacts-source.js"; /** * Creates a disk-backed artifact source for dev/build flows that may need to * hydrate authored modules directly from source files. */ export declare function createAuthoredSourceRuntimeCompiledArtifactsSource(appRoot: string): RuntimeDiskCompiledArtifactsSource;