eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
9 lines (8 loc) • 383 B
TypeScript
/**
* Host facilities available to authored code running on an `eve dev` server.
*
* The capability is present when the executing host owns the authored root and
* watcher control origin. It is unavailable in deployed runtimes and does not
* vary by request or peer address.
*/
export { getLocalDevCapability, type LocalDevCapability } from "#runtime/local-dev-capability.js";