1import{treaty}from'@elysiajs/eden'23importtype{app}from'@server'45// Use the current host instead of hardcoded localhost
6constapiHost=typeofwindow!=='undefined'?window.location.origin:'http://localhost:8000'78exportconstapi=treaty<typeofapp>(apiHost)