import { c as config } from './config-DeQcbWtq.js'; import './index-Ddp2AB5f.js'; import 'dotenv'; async function GET(event) { const exportedCsv = await event.fetch(config.api_url + "/dashboard/signups/export").then((x) => x.json()); return new Response(exportedCsv.data); } export { GET }; //# sourceMappingURL=_server-DuxAnzoW.js.map