export.get.mjs 516 Bytes
import { e as eventHandler, j as getQuery, l as exportDashboardOverview } from '../../../../nitro/nitro.mjs';
import 'node:http';
import 'node:https';
import 'node:events';
import 'node:buffer';
import 'node:fs';
import 'node:path';
import 'node:crypto';
import 'node:url';
import '@iconify/utils';
import 'consola';

const export_get = eventHandler((event) => {
  const query = getQuery(event);
  return exportDashboardOverview(query);
});

export { export_get as default };
//# sourceMappingURL=export.get.mjs.map