eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
1 lines • 363 B
JavaScript
import{applyNoProjectConfiguration,resolveStandardInvocation}from"./shared.js";const bunPackageManager={kind:`bun`,scaffoldFiles:{},applyProjectConfiguration:applyNoProjectConfiguration,devArguments:()=>[`x`,`eve`,`dev`],installArguments:()=>[`install`],prepareArguments:(e,t)=>t,resolveInvocation:e=>resolveStandardInvocation(`bun`,e)};export{bunPackageManager};