profile.get.mjs
456 Bytes
import { e as eventHandler, z as getMockSettingsProfile } 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 profile_get = eventHandler(() => {
return getMockSettingsProfile();
});
export { profile_get as default };
//# sourceMappingURL=profile.get.mjs.map