UNPKG

eve

Version:

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

1 lines 538 B
import{prewarmAppSandboxes}from"#execution/sandbox/prewarm.js";async function runVercelBuildPrewarm(e){return process.env.VERCEL?.trim()?process.env.VERCEL_OIDC_TOKEN?.trim()?(await prewarmAppSandboxes(e),!0):(await prewarmAppSandboxes({...e,async dispatch(){throw Error("Cannot build deployable Vercel output because this app requires sandbox templates and VERCEL_OIDC_TOKEN is missing. Run `vercel link` and `vercel pull`, then retry `vercel build`. Do not deploy the generated .vercel/output.")}}),!0):!1}export{runVercelBuildPrewarm};