From d1481bf27162554b4c07ae74c90724bad5d5670f Mon Sep 17 00:00:00 2001 From: colinscz <19342760+colinscz@users.noreply.github.com> Date: Sun, 29 Dec 2024 18:40:05 +0100 Subject: [PATCH] chore: removed folder from being git tracked --- .nuxt/app.config.mjs | 18 -- .nuxt/components.d.ts | 104 ---------- .nuxt/imports.d.ts | 29 --- .nuxt/nuxt.d.ts | 19 -- .nuxt/schema/nuxt.schema.d.ts | 17 -- .nuxt/schema/nuxt.schema.json | 3 - .nuxt/tailwind.config.cjs | 10 - .nuxt/tsconfig.json | 160 --------------- .nuxt/tsconfig.server.json | 131 ------------- .nuxt/types/app-defaults.d.ts | 7 - .nuxt/types/app.config.d.ts | 31 --- .nuxt/types/build.d.ts | 19 -- .nuxt/types/imports.d.ts | 344 --------------------------------- .nuxt/types/middleware.d.ts | 6 - .nuxt/types/nitro-config.d.ts | 14 -- .nuxt/types/nitro-imports.d.ts | 141 -------------- .nuxt/types/nitro-nuxt.d.ts | 29 --- .nuxt/types/nitro-routes.d.ts | 11 -- .nuxt/types/nitro.d.ts | 3 - .nuxt/types/plugins.d.ts | 30 --- .nuxt/types/schema.d.ts | 92 --------- .nuxt/types/vue-shim.d.ts | 0 22 files changed, 1218 deletions(-) delete mode 100644 .nuxt/app.config.mjs delete mode 100644 .nuxt/components.d.ts delete mode 100644 .nuxt/imports.d.ts delete mode 100644 .nuxt/nuxt.d.ts delete mode 100644 .nuxt/schema/nuxt.schema.d.ts delete mode 100644 .nuxt/schema/nuxt.schema.json delete mode 100644 .nuxt/tailwind.config.cjs delete mode 100644 .nuxt/tsconfig.json delete mode 100644 .nuxt/tsconfig.server.json delete mode 100644 .nuxt/types/app-defaults.d.ts delete mode 100644 .nuxt/types/app.config.d.ts delete mode 100644 .nuxt/types/build.d.ts delete mode 100644 .nuxt/types/imports.d.ts delete mode 100644 .nuxt/types/middleware.d.ts delete mode 100644 .nuxt/types/nitro-config.d.ts delete mode 100644 .nuxt/types/nitro-imports.d.ts delete mode 100644 .nuxt/types/nitro-nuxt.d.ts delete mode 100644 .nuxt/types/nitro-routes.d.ts delete mode 100644 .nuxt/types/nitro.d.ts delete mode 100644 .nuxt/types/plugins.d.ts delete mode 100644 .nuxt/types/schema.d.ts delete mode 100644 .nuxt/types/vue-shim.d.ts diff --git a/.nuxt/app.config.mjs b/.nuxt/app.config.mjs deleted file mode 100644 index e206fb9..0000000 --- a/.nuxt/app.config.mjs +++ /dev/null @@ -1,18 +0,0 @@ - -import { updateAppConfig } from '#app/config' -import { defuFn } from 'defu' - -const inlineConfig = { - "nuxt": {} -} - -// Vite - webpack is handled directly in #app/config -if (import.meta.hot) { - import.meta.hot.accept((newModule) => { - updateAppConfig(newModule.default) - }) -} - - - -export default /*@__PURE__*/ defuFn(inlineConfig) diff --git a/.nuxt/components.d.ts b/.nuxt/components.d.ts deleted file mode 100644 index bc39bb5..0000000 --- a/.nuxt/components.d.ts +++ /dev/null @@ -1,104 +0,0 @@ - -import type { DefineComponent, SlotsType } from 'vue' -type IslandComponent = T & DefineComponent<{}, {refresh: () => Promise}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, SlotsType<{ fallback: { error: unknown } }>> -interface _GlobalComponents { - 'NuxtWelcome': typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/components/welcome.vue")['default'] - 'NuxtLayout': typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/components/nuxt-layout")['default'] - 'NuxtErrorBoundary': typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/components/nuxt-error-boundary")['default'] - 'ClientOnly': typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/components/client-only")['default'] - 'DevOnly': typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/components/dev-only")['default'] - 'ServerPlaceholder': typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/components/server-placeholder")['default'] - 'NuxtLink': typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/components/nuxt-link")['default'] - 'NuxtLoadingIndicator': typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/components/nuxt-loading-indicator")['default'] - 'NuxtRouteAnnouncer': typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/components/nuxt-route-announcer")['default'] - 'NuxtImg': typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtImg'] - 'NuxtPicture': typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtPicture'] - 'NuxtPage': typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/pages/runtime/page-placeholder")['default'] - 'NoScript': typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/head/runtime/components")['NoScript'] - 'Link': typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/head/runtime/components")['Link'] - 'Base': typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/head/runtime/components")['Base'] - 'Title': typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/head/runtime/components")['Title'] - 'Meta': typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/head/runtime/components")['Meta'] - 'Style': typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/head/runtime/components")['Style'] - 'Head': typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/head/runtime/components")['Head'] - 'Html': typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/head/runtime/components")['Html'] - 'Body': typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/head/runtime/components")['Body'] - 'NuxtIsland': typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/components/nuxt-island")['default'] - 'NuxtRouteAnnouncer': IslandComponent - 'LazyNuxtWelcome': typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/components/welcome.vue")['default'] - 'LazyNuxtLayout': typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/components/nuxt-layout")['default'] - 'LazyNuxtErrorBoundary': typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/components/nuxt-error-boundary")['default'] - 'LazyClientOnly': typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/components/client-only")['default'] - 'LazyDevOnly': typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/components/dev-only")['default'] - 'LazyServerPlaceholder': typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/components/server-placeholder")['default'] - 'LazyNuxtLink': typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/components/nuxt-link")['default'] - 'LazyNuxtLoadingIndicator': typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/components/nuxt-loading-indicator")['default'] - 'LazyNuxtRouteAnnouncer': typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/components/nuxt-route-announcer")['default'] - 'LazyNuxtImg': typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtImg'] - 'LazyNuxtPicture': typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtPicture'] - 'LazyNuxtPage': typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/pages/runtime/page-placeholder")['default'] - 'LazyNoScript': typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/head/runtime/components")['NoScript'] - 'LazyLink': typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/head/runtime/components")['Link'] - 'LazyBase': typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/head/runtime/components")['Base'] - 'LazyTitle': typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/head/runtime/components")['Title'] - 'LazyMeta': typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/head/runtime/components")['Meta'] - 'LazyStyle': typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/head/runtime/components")['Style'] - 'LazyHead': typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/head/runtime/components")['Head'] - 'LazyHtml': typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/head/runtime/components")['Html'] - 'LazyBody': typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/head/runtime/components")['Body'] - 'LazyNuxtIsland': typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/components/nuxt-island")['default'] - 'LazyNuxtRouteAnnouncer': IslandComponent -} - -declare module 'vue' { - export interface GlobalComponents extends _GlobalComponents { } -} - -export const NuxtWelcome: typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/components/welcome.vue")['default'] -export const NuxtLayout: typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/components/nuxt-layout")['default'] -export const NuxtErrorBoundary: typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/components/nuxt-error-boundary")['default'] -export const ClientOnly: typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/components/client-only")['default'] -export const DevOnly: typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/components/dev-only")['default'] -export const ServerPlaceholder: typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/components/server-placeholder")['default'] -export const NuxtLink: typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/components/nuxt-link")['default'] -export const NuxtLoadingIndicator: typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/components/nuxt-loading-indicator")['default'] -export const NuxtRouteAnnouncer: typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/components/nuxt-route-announcer")['default'] -export const NuxtImg: typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtImg'] -export const NuxtPicture: typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtPicture'] -export const NuxtPage: typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/pages/runtime/page-placeholder")['default'] -export const NoScript: typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/head/runtime/components")['NoScript'] -export const Link: typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/head/runtime/components")['Link'] -export const Base: typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/head/runtime/components")['Base'] -export const Title: typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/head/runtime/components")['Title'] -export const Meta: typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/head/runtime/components")['Meta'] -export const Style: typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/head/runtime/components")['Style'] -export const Head: typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/head/runtime/components")['Head'] -export const Html: typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/head/runtime/components")['Html'] -export const Body: typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/head/runtime/components")['Body'] -export const NuxtIsland: typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/components/nuxt-island")['default'] -export const NuxtRouteAnnouncer: IslandComponent -export const LazyNuxtWelcome: typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/components/welcome.vue")['default'] -export const LazyNuxtLayout: typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/components/nuxt-layout")['default'] -export const LazyNuxtErrorBoundary: typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/components/nuxt-error-boundary")['default'] -export const LazyClientOnly: typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/components/client-only")['default'] -export const LazyDevOnly: typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/components/dev-only")['default'] -export const LazyServerPlaceholder: typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/components/server-placeholder")['default'] -export const LazyNuxtLink: typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/components/nuxt-link")['default'] -export const LazyNuxtLoadingIndicator: typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/components/nuxt-loading-indicator")['default'] -export const LazyNuxtRouteAnnouncer: typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/components/nuxt-route-announcer")['default'] -export const LazyNuxtImg: typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtImg'] -export const LazyNuxtPicture: typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtPicture'] -export const LazyNuxtPage: typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/pages/runtime/page-placeholder")['default'] -export const LazyNoScript: typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/head/runtime/components")['NoScript'] -export const LazyLink: typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/head/runtime/components")['Link'] -export const LazyBase: typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/head/runtime/components")['Base'] -export const LazyTitle: typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/head/runtime/components")['Title'] -export const LazyMeta: typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/head/runtime/components")['Meta'] -export const LazyStyle: typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/head/runtime/components")['Style'] -export const LazyHead: typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/head/runtime/components")['Head'] -export const LazyHtml: typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/head/runtime/components")['Html'] -export const LazyBody: typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/head/runtime/components")['Body'] -export const LazyNuxtIsland: typeof import("../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/components/nuxt-island")['default'] -export const LazyNuxtRouteAnnouncer: IslandComponent - -export const componentNames: string[] diff --git a/.nuxt/imports.d.ts b/.nuxt/imports.d.ts deleted file mode 100644 index 5e28302..0000000 --- a/.nuxt/imports.d.ts +++ /dev/null @@ -1,29 +0,0 @@ -export { useScriptTriggerConsent, useScriptEventPage, useScriptTriggerElement, useScript, useScriptGoogleAnalytics, useScriptPlausibleAnalytics, useScriptClarity, useScriptCloudflareWebAnalytics, useScriptFathomAnalytics, useScriptMatomoAnalytics, useScriptGoogleTagManager, useScriptGoogleAdsense, useScriptSegment, useScriptMetaPixel, useScriptXPixel, useScriptIntercom, useScriptHotjar, useScriptStripe, useScriptLemonSqueezy, useScriptVimeoPlayer, useScriptYouTubePlayer, useScriptGoogleMaps, useScriptNpm, useScriptCrisp } from '#app/composables/script-stubs'; -export { isVue2, isVue3 } from 'vue-demi'; -export { defineNuxtLink } from '#app/components/nuxt-link'; -export { useNuxtApp, tryUseNuxtApp, defineNuxtPlugin, definePayloadPlugin, useRuntimeConfig, defineAppConfig } from '#app/nuxt'; -export { requestIdleCallback, cancelIdleCallback } from '#app/compat/idle-callback'; -export { setInterval } from '#app/compat/interval'; -export { useAppConfig, updateAppConfig } from '#app/config'; -export { defineNuxtComponent } from '#app/composables/component'; -export { useAsyncData, useLazyAsyncData, useNuxtData, refreshNuxtData, clearNuxtData } from '#app/composables/asyncData'; -export { useHydration } from '#app/composables/hydrate'; -export { callOnce } from '#app/composables/once'; -export { useState, clearNuxtState } from '#app/composables/state'; -export { clearError, createError, isNuxtError, showError, useError } from '#app/composables/error'; -export { useFetch, useLazyFetch } from '#app/composables/fetch'; -export { useCookie, refreshCookie } from '#app/composables/cookie'; -export { onPrehydrate, prerenderRoutes, useRequestHeader, useRequestHeaders, useResponseHeader, useRequestEvent, useRequestFetch, setResponseStatus } from '#app/composables/ssr'; -export { onNuxtReady } from '#app/composables/ready'; -export { preloadComponents, prefetchComponents, preloadRouteComponents } from '#app/composables/preload'; -export { abortNavigation, addRouteMiddleware, defineNuxtRouteMiddleware, setPageLayout, navigateTo, useRoute, useRouter, onBeforeRouteLeave, onBeforeRouteUpdate } from '#app/composables/router'; -export { isPrerendered, loadPayload, preloadPayload, definePayloadReducer, definePayloadReviver } from '#app/composables/payload'; -export { useLoadingIndicator } from '#app/composables/loading-indicator'; -export { getAppManifest, getRouteRules } from '#app/composables/manifest'; -export { reloadNuxtApp } from '#app/composables/chunk'; -export { useRequestURL } from '#app/composables/url'; -export { usePreviewMode } from '#app/composables/preview'; -export { useRouteAnnouncer } from '#app/composables/route-announcer'; -export { useRuntimeHook } from '#app/composables/runtime-hook'; -export { withCtx, withDirectives, withKeys, withMemo, withModifiers, withScopeId, onActivated, onBeforeMount, onBeforeUnmount, onBeforeUpdate, onDeactivated, onErrorCaptured, onMounted, onRenderTracked, onRenderTriggered, onServerPrefetch, onUnmounted, onUpdated, computed, customRef, isProxy, isReactive, isReadonly, isRef, markRaw, proxyRefs, reactive, readonly, ref, shallowReactive, shallowReadonly, shallowRef, toRaw, toRef, toRefs, triggerRef, unref, watch, watchEffect, watchPostEffect, watchSyncEffect, isShallow, effect, effectScope, getCurrentScope, onScopeDispose, defineComponent, defineAsyncComponent, resolveComponent, getCurrentInstance, h, inject, hasInjectionContext, nextTick, provide, mergeModels, toValue, useModel, useAttrs, useCssModule, useCssVars, useSlots, useTransitionState, useId, useTemplateRef, useShadowRoot, Component, ComponentPublicInstance, ComputedRef, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode } from 'vue'; -export { injectHead, useHead, useSeoMeta, useHeadSafe, useServerHead, useServerSeoMeta, useServerHeadSafe } from '@unhead/vue'; \ No newline at end of file diff --git a/.nuxt/nuxt.d.ts b/.nuxt/nuxt.d.ts deleted file mode 100644 index d8b155f..0000000 --- a/.nuxt/nuxt.d.ts +++ /dev/null @@ -1,19 +0,0 @@ -// Generated by nuxi -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// - -export {} diff --git a/.nuxt/schema/nuxt.schema.d.ts b/.nuxt/schema/nuxt.schema.d.ts deleted file mode 100644 index d9d266c..0000000 --- a/.nuxt/schema/nuxt.schema.d.ts +++ /dev/null @@ -1,17 +0,0 @@ -export interface NuxtCustomSchema { - -} -export type CustomAppConfig = Exclude -type _CustomAppConfig = CustomAppConfig - -declare module '@nuxt/schema' { - interface NuxtConfig extends Omit {} - interface NuxtOptions extends Omit {} - interface CustomAppConfig extends _CustomAppConfig {} -} - -declare module 'nuxt/schema' { - interface NuxtConfig extends Omit {} - interface NuxtOptions extends Omit {} - interface CustomAppConfig extends _CustomAppConfig {} -} diff --git a/.nuxt/schema/nuxt.schema.json b/.nuxt/schema/nuxt.schema.json deleted file mode 100644 index 034ff69..0000000 --- a/.nuxt/schema/nuxt.schema.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "id": "#" -} \ No newline at end of file diff --git a/.nuxt/tailwind.config.cjs b/.nuxt/tailwind.config.cjs deleted file mode 100644 index 85bb34e..0000000 --- a/.nuxt/tailwind.config.cjs +++ /dev/null @@ -1,10 +0,0 @@ -// generated by the @nuxtjs/tailwindcss module at 12/7/2024, 8:45:25 PM -const configMerger = require("/Users/colin/development/cofficinado/node_modules/.pnpm/@nuxtjs+tailwindcss@6.12.2_magicast@0.3.5_rollup@4.28.0/node_modules/@nuxtjs/tailwindcss/dist/runtime/merger.js"); - -const inlineConfig = {"content":[],"theme":{"extend":{}},"plugins":[]}; - -const config = [ - -].reduce((prev, curr) => configMerger(curr, prev), configMerger(inlineConfig, { content: { files: ["/Users/colin/development/cofficinado/components/**/*.{vue,js,jsx,mjs,ts,tsx}","/Users/colin/development/cofficinado/components/global/**/*.{vue,js,jsx,mjs,ts,tsx}","/Users/colin/development/cofficinado/components/**/*.{vue,js,jsx,mjs,ts,tsx}","/Users/colin/development/cofficinado/layouts/**/*.{vue,js,jsx,mjs,ts,tsx}","/Users/colin/development/cofficinado/pages/**/*.{vue,js,jsx,mjs,ts,tsx}","/Users/colin/development/cofficinado/plugins/**/*.{js,ts,mjs}","/Users/colin/development/cofficinado/composables/**/*.{js,ts,mjs}","/Users/colin/development/cofficinado/utils/**/*.{js,ts,mjs}","/Users/colin/development/cofficinado/{A,a}pp.{vue,js,jsx,mjs,ts,tsx}","/Users/colin/development/cofficinado/{E,e}rror.{vue,js,jsx,mjs,ts,tsx}","/Users/colin/development/cofficinado/app.config.{js,ts,mjs}"] } })); - -module.exports = config diff --git a/.nuxt/tsconfig.json b/.nuxt/tsconfig.json deleted file mode 100644 index e4d6e81..0000000 --- a/.nuxt/tsconfig.json +++ /dev/null @@ -1,160 +0,0 @@ -// Generated by nuxi -{ - "compilerOptions": { - "paths": { - "nitropack/types": [ - "../node_modules/.pnpm/nitropack@2.10.4_typescript@5.7.2/node_modules/nitropack/types" - ], - "nitropack": [ - "../node_modules/.pnpm/nitropack@2.10.4_typescript@5.7.2/node_modules/nitropack" - ], - "defu": [ - "../node_modules/.pnpm/defu@6.1.4/node_modules/defu" - ], - "h3": [ - "../node_modules/.pnpm/h3@1.13.0/node_modules/h3" - ], - "consola": [ - "../node_modules/.pnpm/consola@3.2.3/node_modules/consola" - ], - "ofetch": [ - "../node_modules/.pnpm/ofetch@1.4.1/node_modules/ofetch" - ], - "@unhead/vue": [ - "../node_modules/.pnpm/@unhead+vue@1.11.13_vue@3.5.13_typescript@5.7.2_/node_modules/@unhead/vue" - ], - "@nuxt/devtools": [ - "../node_modules/.pnpm/@nuxt+devtools@1.6.1_rollup@4.28.0_vite@5.4.11_@types+node@22.10.1_terser@5.36.0__vue@3.5.13_typescript@5.7.2_/node_modules/@nuxt/devtools" - ], - "@vue/runtime-core": [ - "../node_modules/.pnpm/@vue+runtime-core@3.5.13/node_modules/@vue/runtime-core" - ], - "@vue/compiler-sfc": [ - "../node_modules/.pnpm/@vue+compiler-sfc@3.5.13/node_modules/@vue/compiler-sfc" - ], - "unplugin-vue-router/client": [ - "../node_modules/.pnpm/unplugin-vue-router@0.10.8_rollup@4.28.0_vue-router@4.5.0_vue@3.5.13_typescript@5.7.2___vue@3.5.13_typescript@5.7.2_/node_modules/unplugin-vue-router/client" - ], - "@nuxt/schema": [ - "../node_modules/.pnpm/@nuxt+schema@3.14.1592_magicast@0.3.5_rollup@4.28.0/node_modules/@nuxt/schema" - ], - "nuxt": [ - "../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt" - ], - "~": [ - ".." - ], - "~/*": [ - "../*" - ], - "@": [ - ".." - ], - "@/*": [ - "../*" - ], - "~~": [ - ".." - ], - "~~/*": [ - "../*" - ], - "@@": [ - ".." - ], - "@@/*": [ - "../*" - ], - "#shared": [ - "../shared" - ], - "assets": [ - "../assets" - ], - "public": [ - "../public" - ], - "public/*": [ - "../public/*" - ], - "#build": [ - "." - ], - "#build/*": [ - "./*" - ], - "#app": [ - "../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app" - ], - "#app/*": [ - "../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/*" - ], - "vue-demi": [ - "../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/compat/vue-demi" - ], - "#vue-router": [ - "../node_modules/.pnpm/vue-router@4.5.0_vue@3.5.13_typescript@5.7.2_/node_modules/vue-router" - ], - "#imports": [ - "./imports" - ], - "#app-manifest": [ - "./manifest/meta/848c3786-61aa-4c37-a192-b0f9a8acb492.json" - ], - "#components": [ - "./components" - ] - }, - "esModuleInterop": true, - "skipLibCheck": true, - "target": "ESNext", - "allowJs": true, - "resolveJsonModule": true, - "moduleDetection": "force", - "isolatedModules": true, - "verbatimModuleSyntax": true, - "strict": true, - "noUncheckedIndexedAccess": false, - "forceConsistentCasingInFileNames": true, - "noImplicitOverride": true, - "module": "preserve", - "noEmit": true, - "lib": [ - "ESNext", - "dom", - "dom.iterable", - "webworker" - ], - "jsx": "preserve", - "jsxImportSource": "vue", - "types": [], - "moduleResolution": "Bundler", - "useDefineForClassFields": true, - "noImplicitThis": true, - "allowSyntheticDefaultImports": true - }, - "include": [ - "./nuxt.d.ts", - "../.config/nuxt.*", - "../**/*", - "../node_modules/.pnpm/@nuxtjs+tailwindcss@6.12.2_magicast@0.3.5_rollup@4.28.0/node_modules/@nuxtjs/tailwindcss/runtime", - "../node_modules/.pnpm/@nuxtjs+tailwindcss@6.12.2_magicast@0.3.5_rollup@4.28.0/node_modules/@nuxtjs/tailwindcss/dist/runtime", - "../node_modules/.pnpm/@nuxt+devtools@1.6.1_rollup@4.28.0_vite@5.4.11_@types+node@22.10.1_terser@5.36.0__vue@3.5.13_typescript@5.7.2_/node_modules/@nuxt/devtools/runtime", - "../node_modules/.pnpm/@nuxt+devtools@1.6.1_rollup@4.28.0_vite@5.4.11_@types+node@22.10.1_terser@5.36.0__vue@3.5.13_typescript@5.7.2_/node_modules/@nuxt/devtools/dist/runtime", - "../node_modules/.pnpm/@nuxt+telemetry@2.6.0_magicast@0.3.5_rollup@4.28.0/node_modules/@nuxt/telemetry/runtime", - "../node_modules/.pnpm/@nuxt+telemetry@2.6.0_magicast@0.3.5_rollup@4.28.0/node_modules/@nuxt/telemetry/dist/runtime", - ".." - ], - "exclude": [ - "../dist", - "../node_modules", - "../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/node_modules", - "../node_modules/.pnpm/@nuxtjs+tailwindcss@6.12.2_magicast@0.3.5_rollup@4.28.0/node_modules/@nuxtjs/tailwindcss/runtime/server", - "../node_modules/.pnpm/@nuxtjs+tailwindcss@6.12.2_magicast@0.3.5_rollup@4.28.0/node_modules/@nuxtjs/tailwindcss/dist/runtime/server", - "../node_modules/.pnpm/@nuxt+devtools@1.6.1_rollup@4.28.0_vite@5.4.11_@types+node@22.10.1_terser@5.36.0__vue@3.5.13_typescript@5.7.2_/node_modules/@nuxt/devtools/runtime/server", - "../node_modules/.pnpm/@nuxt+devtools@1.6.1_rollup@4.28.0_vite@5.4.11_@types+node@22.10.1_terser@5.36.0__vue@3.5.13_typescript@5.7.2_/node_modules/@nuxt/devtools/dist/runtime/server", - "../node_modules/.pnpm/@nuxt+telemetry@2.6.0_magicast@0.3.5_rollup@4.28.0/node_modules/@nuxt/telemetry/runtime/server", - "../node_modules/.pnpm/@nuxt+telemetry@2.6.0_magicast@0.3.5_rollup@4.28.0/node_modules/@nuxt/telemetry/dist/runtime/server", - "../.output" - ] -} \ No newline at end of file diff --git a/.nuxt/tsconfig.server.json b/.nuxt/tsconfig.server.json deleted file mode 100644 index 45b58a0..0000000 --- a/.nuxt/tsconfig.server.json +++ /dev/null @@ -1,131 +0,0 @@ -{ - "compilerOptions": { - "forceConsistentCasingInFileNames": true, - "strict": true, - "noEmit": true, - "target": "ESNext", - "module": "ESNext", - "moduleResolution": "Bundler", - "allowJs": true, - "resolveJsonModule": true, - "jsx": "preserve", - "allowSyntheticDefaultImports": true, - "jsxFactory": "h", - "jsxFragmentFactory": "Fragment", - "paths": { - "#imports": [ - "./types/nitro-imports" - ], - "~/*": [ - "../*", - "../*" - ], - "@/*": [ - "../*", - "../*" - ], - "~~/*": [ - "../*", - "../*" - ], - "@@/*": [ - "../*", - "../*" - ], - "nitropack/types": [ - "../node_modules/.pnpm/nitropack@2.10.4_typescript@5.7.2/node_modules/nitropack/types" - ], - "nitropack": [ - "../node_modules/.pnpm/nitropack@2.10.4_typescript@5.7.2/node_modules/nitropack" - ], - "defu": [ - "../node_modules/.pnpm/defu@6.1.4/node_modules/defu" - ], - "h3": [ - "../node_modules/.pnpm/h3@1.13.0/node_modules/h3" - ], - "consola": [ - "../node_modules/.pnpm/consola@3.2.3/node_modules/consola" - ], - "ofetch": [ - "../node_modules/.pnpm/ofetch@1.4.1/node_modules/ofetch" - ], - "@unhead/vue": [ - "../node_modules/.pnpm/@unhead+vue@1.11.13_vue@3.5.13_typescript@5.7.2_/node_modules/@unhead/vue" - ], - "@nuxt/devtools": [ - "../node_modules/.pnpm/@nuxt+devtools@1.6.1_rollup@4.28.0_vite@5.4.11_@types+node@22.10.1_terser@5.36.0__vue@3.5.13_typescript@5.7.2_/node_modules/@nuxt/devtools" - ], - "@vue/runtime-core": [ - "../node_modules/.pnpm/@vue+runtime-core@3.5.13/node_modules/@vue/runtime-core" - ], - "@vue/compiler-sfc": [ - "../node_modules/.pnpm/@vue+compiler-sfc@3.5.13/node_modules/@vue/compiler-sfc" - ], - "unplugin-vue-router/client": [ - "../node_modules/.pnpm/unplugin-vue-router@0.10.8_rollup@4.28.0_vue-router@4.5.0_vue@3.5.13_typescript@5.7.2___vue@3.5.13_typescript@5.7.2_/node_modules/unplugin-vue-router/client" - ], - "@nuxt/schema": [ - "../node_modules/.pnpm/@nuxt+schema@3.14.1592_magicast@0.3.5_rollup@4.28.0/node_modules/@nuxt/schema" - ], - "nuxt": [ - "../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt" - ], - "~": [ - "./.." - ], - "@": [ - "./.." - ], - "~~": [ - "./.." - ], - "@@": [ - "./.." - ], - "#shared": [ - "../shared" - ], - "assets": [ - "../assets" - ], - "public": [ - "../public" - ], - "public/*": [ - "../public/*" - ], - "#build": [ - "./" - ], - "#build/*": [ - "./*" - ], - "#internal/nuxt/paths": [ - "../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/core/runtime/nitro/paths" - ], - "#vue-router": [ - "./vue-router" - ] - }, - "lib": [ - "esnext", - "webworker", - "dom.iterable" - ] - }, - "include": [ - "./types/nitro-nuxt.d.ts", - "../node_modules/.pnpm/@nuxtjs+tailwindcss@6.12.2_magicast@0.3.5_rollup@4.28.0/node_modules/@nuxtjs/tailwindcss/runtime/server", - "../node_modules/.pnpm/@nuxt+devtools@1.6.1_rollup@4.28.0_vite@5.4.11_@types+node@22.10.1_terser@5.36.0__vue@3.5.13_typescript@5.7.2_/node_modules/@nuxt/devtools/runtime/server", - "../node_modules/.pnpm/@nuxt+telemetry@2.6.0_magicast@0.3.5_rollup@4.28.0/node_modules/@nuxt/telemetry/runtime/server", - "./types/nitro.d.ts", - "../**/*", - "../server/**/*" - ], - "exclude": [ - "../node_modules", - "../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/node_modules", - "../dist" - ] -} \ No newline at end of file diff --git a/.nuxt/types/app-defaults.d.ts b/.nuxt/types/app-defaults.d.ts deleted file mode 100644 index 9d3e12e..0000000 --- a/.nuxt/types/app-defaults.d.ts +++ /dev/null @@ -1,7 +0,0 @@ - -declare module '#app/defaults' { - type DefaultAsyncDataErrorValue = null - type DefaultAsyncDataValue = null - type DefaultErrorValue = null - type DedupeOption = boolean | 'cancel' | 'defer' -} \ No newline at end of file diff --git a/.nuxt/types/app.config.d.ts b/.nuxt/types/app.config.d.ts deleted file mode 100644 index 23d972d..0000000 --- a/.nuxt/types/app.config.d.ts +++ /dev/null @@ -1,31 +0,0 @@ - -import type { CustomAppConfig } from 'nuxt/schema' -import type { Defu } from 'defu' - - -declare const inlineConfig = { - "nuxt": {} -} -type ResolvedAppConfig = Defu -type IsAny = 0 extends 1 & T ? true : false - -type MergedAppConfig, Custom extends Record> = { - [K in keyof (Resolved & Custom)]: K extends keyof Custom - ? unknown extends Custom[K] - ? Resolved[K] - : IsAny extends true - ? Resolved[K] - : Custom[K] extends Record - ? Resolved[K] extends Record - ? MergedAppConfig - : Exclude - : Exclude - : Resolved[K] -} - -declare module 'nuxt/schema' { - interface AppConfig extends MergedAppConfig { } -} -declare module '@nuxt/schema' { - interface AppConfig extends MergedAppConfig { } -} diff --git a/.nuxt/types/build.d.ts b/.nuxt/types/build.d.ts deleted file mode 100644 index e84fe4d..0000000 --- a/.nuxt/types/build.d.ts +++ /dev/null @@ -1,19 +0,0 @@ -declare module "#build/app-component.mjs"; -declare module "#build/nitro.client.mjs"; -declare module "#build/plugins.client.mjs"; -declare module "#build/css.mjs"; -declare module "#build/fetch.mjs"; -declare module "#build/error-component.mjs"; -declare module "#build/layouts.mjs"; -declare module "#build/middleware.mjs"; -declare module "#build/nuxt.config.mjs"; -declare module "#build/paths.mjs"; -declare module "#build/root-component.mjs"; -declare module "#build/plugins.server.mjs"; -declare module "#build/test-component-wrapper.mjs"; -declare module "#build/pages.mjs"; -declare module "#build/unhead-plugins.mjs"; -declare module "#build/unhead.config.mjs"; -declare module "#build/components.plugin.mjs"; -declare module "#build/component-names.mjs"; -declare module "#build/components.islands.mjs"; diff --git a/.nuxt/types/imports.d.ts b/.nuxt/types/imports.d.ts deleted file mode 100644 index 18c2ff0..0000000 --- a/.nuxt/types/imports.d.ts +++ /dev/null @@ -1,344 +0,0 @@ -// Generated by auto imports -export {} -declare global { - const abortNavigation: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/router')['abortNavigation'] - const addRouteMiddleware: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/router')['addRouteMiddleware'] - const callOnce: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/once')['callOnce'] - const cancelIdleCallback: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/compat/idle-callback')['cancelIdleCallback'] - const clearError: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/error')['clearError'] - const clearNuxtData: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/asyncData')['clearNuxtData'] - const clearNuxtState: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/state')['clearNuxtState'] - const computed: typeof import('vue')['computed'] - const createError: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/error')['createError'] - const customRef: typeof import('vue')['customRef'] - const defineAppConfig: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/nuxt')['defineAppConfig'] - const defineAsyncComponent: typeof import('vue')['defineAsyncComponent'] - const defineComponent: typeof import('vue')['defineComponent'] - const defineNuxtComponent: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/component')['defineNuxtComponent'] - const defineNuxtLink: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/components/nuxt-link')['defineNuxtLink'] - const defineNuxtPlugin: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/nuxt')['defineNuxtPlugin'] - const defineNuxtRouteMiddleware: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/router')['defineNuxtRouteMiddleware'] - const definePayloadPlugin: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/nuxt')['definePayloadPlugin'] - const definePayloadReducer: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/payload')['definePayloadReducer'] - const definePayloadReviver: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/payload')['definePayloadReviver'] - const effect: typeof import('vue')['effect'] - const effectScope: typeof import('vue')['effectScope'] - const getAppManifest: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/manifest')['getAppManifest'] - const getCurrentInstance: typeof import('vue')['getCurrentInstance'] - const getCurrentScope: typeof import('vue')['getCurrentScope'] - const getRouteRules: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/manifest')['getRouteRules'] - const h: typeof import('vue')['h'] - const hasInjectionContext: typeof import('vue')['hasInjectionContext'] - const inject: typeof import('vue')['inject'] - const injectHead: typeof import('../../node_modules/.pnpm/@unhead+vue@1.11.13_vue@3.5.13_typescript@5.7.2_/node_modules/@unhead/vue')['injectHead'] - const isNuxtError: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/error')['isNuxtError'] - const isPrerendered: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/payload')['isPrerendered'] - const isProxy: typeof import('vue')['isProxy'] - const isReactive: typeof import('vue')['isReactive'] - const isReadonly: typeof import('vue')['isReadonly'] - const isRef: typeof import('vue')['isRef'] - const isShallow: typeof import('vue')['isShallow'] - const isVue2: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/compat/vue-demi')['isVue2'] - const isVue3: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/compat/vue-demi')['isVue3'] - const loadPayload: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/payload')['loadPayload'] - const markRaw: typeof import('vue')['markRaw'] - const mergeModels: typeof import('vue')['mergeModels'] - const navigateTo: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/router')['navigateTo'] - const nextTick: typeof import('vue')['nextTick'] - const onActivated: typeof import('vue')['onActivated'] - const onBeforeMount: typeof import('vue')['onBeforeMount'] - const onBeforeRouteLeave: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/router')['onBeforeRouteLeave'] - const onBeforeRouteUpdate: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/router')['onBeforeRouteUpdate'] - const onBeforeUnmount: typeof import('vue')['onBeforeUnmount'] - const onBeforeUpdate: typeof import('vue')['onBeforeUpdate'] - const onDeactivated: typeof import('vue')['onDeactivated'] - const onErrorCaptured: typeof import('vue')['onErrorCaptured'] - const onMounted: typeof import('vue')['onMounted'] - const onNuxtReady: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/ready')['onNuxtReady'] - const onPrehydrate: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/ssr')['onPrehydrate'] - const onRenderTracked: typeof import('vue')['onRenderTracked'] - const onRenderTriggered: typeof import('vue')['onRenderTriggered'] - const onScopeDispose: typeof import('vue')['onScopeDispose'] - const onServerPrefetch: typeof import('vue')['onServerPrefetch'] - const onUnmounted: typeof import('vue')['onUnmounted'] - const onUpdated: typeof import('vue')['onUpdated'] - const prefetchComponents: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/preload')['prefetchComponents'] - const preloadComponents: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/preload')['preloadComponents'] - const preloadPayload: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/payload')['preloadPayload'] - const preloadRouteComponents: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/preload')['preloadRouteComponents'] - const prerenderRoutes: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/ssr')['prerenderRoutes'] - const provide: typeof import('vue')['provide'] - const proxyRefs: typeof import('vue')['proxyRefs'] - const reactive: typeof import('vue')['reactive'] - const readonly: typeof import('vue')['readonly'] - const ref: typeof import('vue')['ref'] - const refreshCookie: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/cookie')['refreshCookie'] - const refreshNuxtData: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/asyncData')['refreshNuxtData'] - const reloadNuxtApp: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/chunk')['reloadNuxtApp'] - const requestIdleCallback: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/compat/idle-callback')['requestIdleCallback'] - const resolveComponent: typeof import('vue')['resolveComponent'] - const setInterval: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/compat/interval')['setInterval'] - const setPageLayout: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/router')['setPageLayout'] - const setResponseStatus: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/ssr')['setResponseStatus'] - const shallowReactive: typeof import('vue')['shallowReactive'] - const shallowReadonly: typeof import('vue')['shallowReadonly'] - const shallowRef: typeof import('vue')['shallowRef'] - const showError: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/error')['showError'] - const toRaw: typeof import('vue')['toRaw'] - const toRef: typeof import('vue')['toRef'] - const toRefs: typeof import('vue')['toRefs'] - const toValue: typeof import('vue')['toValue'] - const triggerRef: typeof import('vue')['triggerRef'] - const tryUseNuxtApp: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/nuxt')['tryUseNuxtApp'] - const unref: typeof import('vue')['unref'] - const updateAppConfig: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/config')['updateAppConfig'] - const useAppConfig: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/config')['useAppConfig'] - const useAsyncData: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/asyncData')['useAsyncData'] - const useAttrs: typeof import('vue')['useAttrs'] - const useCookie: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/cookie')['useCookie'] - const useCssModule: typeof import('vue')['useCssModule'] - const useCssVars: typeof import('vue')['useCssVars'] - const useError: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/error')['useError'] - const useFetch: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/fetch')['useFetch'] - const useHead: typeof import('../../node_modules/.pnpm/@unhead+vue@1.11.13_vue@3.5.13_typescript@5.7.2_/node_modules/@unhead/vue')['useHead'] - const useHeadSafe: typeof import('../../node_modules/.pnpm/@unhead+vue@1.11.13_vue@3.5.13_typescript@5.7.2_/node_modules/@unhead/vue')['useHeadSafe'] - const useHydration: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/hydrate')['useHydration'] - const useId: typeof import('vue')['useId'] - const useLazyAsyncData: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/asyncData')['useLazyAsyncData'] - const useLazyFetch: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/fetch')['useLazyFetch'] - const useLoadingIndicator: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/loading-indicator')['useLoadingIndicator'] - const useModel: typeof import('vue')['useModel'] - const useNuxtApp: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/nuxt')['useNuxtApp'] - const useNuxtData: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/asyncData')['useNuxtData'] - const usePreviewMode: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/preview')['usePreviewMode'] - const useRequestEvent: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/ssr')['useRequestEvent'] - const useRequestFetch: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/ssr')['useRequestFetch'] - const useRequestHeader: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/ssr')['useRequestHeader'] - const useRequestHeaders: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/ssr')['useRequestHeaders'] - const useRequestURL: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/url')['useRequestURL'] - const useResponseHeader: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/ssr')['useResponseHeader'] - const useRoute: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/router')['useRoute'] - const useRouteAnnouncer: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/route-announcer')['useRouteAnnouncer'] - const useRouter: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/router')['useRouter'] - const useRuntimeConfig: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/nuxt')['useRuntimeConfig'] - const useRuntimeHook: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/runtime-hook')['useRuntimeHook'] - const useScript: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/script-stubs')['useScript'] - const useScriptClarity: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptClarity'] - const useScriptCloudflareWebAnalytics: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptCloudflareWebAnalytics'] - const useScriptCrisp: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptCrisp'] - const useScriptEventPage: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptEventPage'] - const useScriptFathomAnalytics: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptFathomAnalytics'] - const useScriptGoogleAdsense: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptGoogleAdsense'] - const useScriptGoogleAnalytics: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptGoogleAnalytics'] - const useScriptGoogleMaps: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptGoogleMaps'] - const useScriptGoogleTagManager: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptGoogleTagManager'] - const useScriptHotjar: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptHotjar'] - const useScriptIntercom: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptIntercom'] - const useScriptLemonSqueezy: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptLemonSqueezy'] - const useScriptMatomoAnalytics: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptMatomoAnalytics'] - const useScriptMetaPixel: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptMetaPixel'] - const useScriptNpm: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptNpm'] - const useScriptPlausibleAnalytics: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptPlausibleAnalytics'] - const useScriptSegment: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptSegment'] - const useScriptStripe: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptStripe'] - const useScriptTriggerConsent: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptTriggerConsent'] - const useScriptTriggerElement: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptTriggerElement'] - const useScriptVimeoPlayer: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptVimeoPlayer'] - const useScriptXPixel: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptXPixel'] - const useScriptYouTubePlayer: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptYouTubePlayer'] - const useSeoMeta: typeof import('../../node_modules/.pnpm/@unhead+vue@1.11.13_vue@3.5.13_typescript@5.7.2_/node_modules/@unhead/vue')['useSeoMeta'] - const useServerHead: typeof import('../../node_modules/.pnpm/@unhead+vue@1.11.13_vue@3.5.13_typescript@5.7.2_/node_modules/@unhead/vue')['useServerHead'] - const useServerHeadSafe: typeof import('../../node_modules/.pnpm/@unhead+vue@1.11.13_vue@3.5.13_typescript@5.7.2_/node_modules/@unhead/vue')['useServerHeadSafe'] - const useServerSeoMeta: typeof import('../../node_modules/.pnpm/@unhead+vue@1.11.13_vue@3.5.13_typescript@5.7.2_/node_modules/@unhead/vue')['useServerSeoMeta'] - const useShadowRoot: typeof import('vue')['useShadowRoot'] - const useSlots: typeof import('vue')['useSlots'] - const useState: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/app/composables/state')['useState'] - const useTemplateRef: typeof import('vue')['useTemplateRef'] - const useTransitionState: typeof import('vue')['useTransitionState'] - const watch: typeof import('vue')['watch'] - const watchEffect: typeof import('vue')['watchEffect'] - const watchPostEffect: typeof import('vue')['watchPostEffect'] - const watchSyncEffect: typeof import('vue')['watchSyncEffect'] - const withCtx: typeof import('vue')['withCtx'] - const withDirectives: typeof import('vue')['withDirectives'] - const withKeys: typeof import('vue')['withKeys'] - const withMemo: typeof import('vue')['withMemo'] - const withModifiers: typeof import('vue')['withModifiers'] - const withScopeId: typeof import('vue')['withScopeId'] -} -// for type re-export -declare global { - // @ts-ignore - export type { Component, ComponentPublicInstance, ComputedRef, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode } from 'vue' - import('vue') -} -// for vue template auto import -import { UnwrapRef } from 'vue' -declare module 'vue' { - interface ComponentCustomProperties { - readonly abortNavigation: UnwrapRef - readonly addRouteMiddleware: UnwrapRef - readonly callOnce: UnwrapRef - readonly cancelIdleCallback: UnwrapRef - readonly clearError: UnwrapRef - readonly clearNuxtData: UnwrapRef - readonly clearNuxtState: UnwrapRef - readonly computed: UnwrapRef - readonly createError: UnwrapRef - readonly customRef: UnwrapRef - readonly defineAppConfig: UnwrapRef - readonly defineAsyncComponent: UnwrapRef - readonly defineComponent: UnwrapRef - readonly defineNuxtComponent: UnwrapRef - readonly defineNuxtLink: UnwrapRef - readonly defineNuxtPlugin: UnwrapRef - readonly defineNuxtRouteMiddleware: UnwrapRef - readonly definePayloadPlugin: UnwrapRef - readonly definePayloadReducer: UnwrapRef - readonly definePayloadReviver: UnwrapRef - readonly effect: UnwrapRef - readonly effectScope: UnwrapRef - readonly getAppManifest: UnwrapRef - readonly getCurrentInstance: UnwrapRef - readonly getCurrentScope: UnwrapRef - readonly getRouteRules: UnwrapRef - readonly h: UnwrapRef - readonly hasInjectionContext: UnwrapRef - readonly inject: UnwrapRef - readonly injectHead: UnwrapRef - readonly isNuxtError: UnwrapRef - readonly isPrerendered: UnwrapRef - readonly isProxy: UnwrapRef - readonly isReactive: UnwrapRef - readonly isReadonly: UnwrapRef - readonly isRef: UnwrapRef - readonly isShallow: UnwrapRef - readonly isVue2: UnwrapRef - readonly isVue3: UnwrapRef - readonly loadPayload: UnwrapRef - readonly markRaw: UnwrapRef - readonly mergeModels: UnwrapRef - readonly navigateTo: UnwrapRef - readonly nextTick: UnwrapRef - readonly onActivated: UnwrapRef - readonly onBeforeMount: UnwrapRef - readonly onBeforeRouteLeave: UnwrapRef - readonly onBeforeRouteUpdate: UnwrapRef - readonly onBeforeUnmount: UnwrapRef - readonly onBeforeUpdate: UnwrapRef - readonly onDeactivated: UnwrapRef - readonly onErrorCaptured: UnwrapRef - readonly onMounted: UnwrapRef - readonly onNuxtReady: UnwrapRef - readonly onPrehydrate: UnwrapRef - readonly onRenderTracked: UnwrapRef - readonly onRenderTriggered: UnwrapRef - readonly onScopeDispose: UnwrapRef - readonly onServerPrefetch: UnwrapRef - readonly onUnmounted: UnwrapRef - readonly onUpdated: UnwrapRef - readonly prefetchComponents: UnwrapRef - readonly preloadComponents: UnwrapRef - readonly preloadPayload: UnwrapRef - readonly preloadRouteComponents: UnwrapRef - readonly prerenderRoutes: UnwrapRef - readonly provide: UnwrapRef - readonly proxyRefs: UnwrapRef - readonly reactive: UnwrapRef - readonly readonly: UnwrapRef - readonly ref: UnwrapRef - readonly refreshCookie: UnwrapRef - readonly refreshNuxtData: UnwrapRef - readonly reloadNuxtApp: UnwrapRef - readonly requestIdleCallback: UnwrapRef - readonly resolveComponent: UnwrapRef - readonly setInterval: UnwrapRef - readonly setPageLayout: UnwrapRef - readonly setResponseStatus: UnwrapRef - readonly shallowReactive: UnwrapRef - readonly shallowReadonly: UnwrapRef - readonly shallowRef: UnwrapRef - readonly showError: UnwrapRef - readonly toRaw: UnwrapRef - readonly toRef: UnwrapRef - readonly toRefs: UnwrapRef - readonly toValue: UnwrapRef - readonly triggerRef: UnwrapRef - readonly tryUseNuxtApp: UnwrapRef - readonly unref: UnwrapRef - readonly updateAppConfig: UnwrapRef - readonly useAppConfig: UnwrapRef - readonly useAsyncData: UnwrapRef - readonly useAttrs: UnwrapRef - readonly useCookie: UnwrapRef - readonly useCssModule: UnwrapRef - readonly useCssVars: UnwrapRef - readonly useError: UnwrapRef - readonly useFetch: UnwrapRef - readonly useHead: UnwrapRef - readonly useHeadSafe: UnwrapRef - readonly useHydration: UnwrapRef - readonly useId: UnwrapRef - readonly useLazyAsyncData: UnwrapRef - readonly useLazyFetch: UnwrapRef - readonly useLoadingIndicator: UnwrapRef - readonly useModel: UnwrapRef - readonly useNuxtApp: UnwrapRef - readonly useNuxtData: UnwrapRef - readonly usePreviewMode: UnwrapRef - readonly useRequestEvent: UnwrapRef - readonly useRequestFetch: UnwrapRef - readonly useRequestHeader: UnwrapRef - readonly useRequestHeaders: UnwrapRef - readonly useRequestURL: UnwrapRef - readonly useResponseHeader: UnwrapRef - readonly useRoute: UnwrapRef - readonly useRouteAnnouncer: UnwrapRef - readonly useRouter: UnwrapRef - readonly useRuntimeConfig: UnwrapRef - readonly useRuntimeHook: UnwrapRef - readonly useScript: UnwrapRef - readonly useScriptClarity: UnwrapRef - readonly useScriptCloudflareWebAnalytics: UnwrapRef - readonly useScriptCrisp: UnwrapRef - readonly useScriptEventPage: UnwrapRef - readonly useScriptFathomAnalytics: UnwrapRef - readonly useScriptGoogleAdsense: UnwrapRef - readonly useScriptGoogleAnalytics: UnwrapRef - readonly useScriptGoogleMaps: UnwrapRef - readonly useScriptGoogleTagManager: UnwrapRef - readonly useScriptHotjar: UnwrapRef - readonly useScriptIntercom: UnwrapRef - readonly useScriptLemonSqueezy: UnwrapRef - readonly useScriptMatomoAnalytics: UnwrapRef - readonly useScriptMetaPixel: UnwrapRef - readonly useScriptNpm: UnwrapRef - readonly useScriptPlausibleAnalytics: UnwrapRef - readonly useScriptSegment: UnwrapRef - readonly useScriptStripe: UnwrapRef - readonly useScriptTriggerConsent: UnwrapRef - readonly useScriptTriggerElement: UnwrapRef - readonly useScriptVimeoPlayer: UnwrapRef - readonly useScriptXPixel: UnwrapRef - readonly useScriptYouTubePlayer: UnwrapRef - readonly useSeoMeta: UnwrapRef - readonly useServerHead: UnwrapRef - readonly useServerHeadSafe: UnwrapRef - readonly useServerSeoMeta: UnwrapRef - readonly useShadowRoot: UnwrapRef - readonly useSlots: UnwrapRef - readonly useState: UnwrapRef - readonly useTemplateRef: UnwrapRef - readonly useTransitionState: UnwrapRef - readonly watch: UnwrapRef - readonly watchEffect: UnwrapRef - readonly watchPostEffect: UnwrapRef - readonly watchSyncEffect: UnwrapRef - readonly withCtx: UnwrapRef - readonly withDirectives: UnwrapRef - readonly withKeys: UnwrapRef - readonly withMemo: UnwrapRef - readonly withModifiers: UnwrapRef - readonly withScopeId: UnwrapRef - } -} \ No newline at end of file diff --git a/.nuxt/types/middleware.d.ts b/.nuxt/types/middleware.d.ts deleted file mode 100644 index 6e16153..0000000 --- a/.nuxt/types/middleware.d.ts +++ /dev/null @@ -1,6 +0,0 @@ -declare module 'nitropack' { - interface NitroRouteConfig { - appMiddleware?: string | string[] | Record - } -} -export {} \ No newline at end of file diff --git a/.nuxt/types/nitro-config.d.ts b/.nuxt/types/nitro-config.d.ts deleted file mode 100644 index 94df18a..0000000 --- a/.nuxt/types/nitro-config.d.ts +++ /dev/null @@ -1,14 +0,0 @@ -// Generated by nitro - -// App Config -import type { Defu } from 'defu' - - - -type UserAppConfig = Defu<{}, []> - -declare module "nitropack/types" { - interface AppConfig extends UserAppConfig {} - -} -export {} \ No newline at end of file diff --git a/.nuxt/types/nitro-imports.d.ts b/.nuxt/types/nitro-imports.d.ts deleted file mode 100644 index 48e285f..0000000 --- a/.nuxt/types/nitro-imports.d.ts +++ /dev/null @@ -1,141 +0,0 @@ -declare global { - const __buildAssetsURL: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/core/runtime/nitro/paths')['buildAssetsURL'] - const __publicAssetsURL: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/core/runtime/nitro/paths')['publicAssetsURL'] - const appendCorsHeaders: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['appendCorsHeaders'] - const appendCorsPreflightHeaders: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['appendCorsPreflightHeaders'] - const appendHeader: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['appendHeader'] - const appendHeaders: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['appendHeaders'] - const appendResponseHeader: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['appendResponseHeader'] - const appendResponseHeaders: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['appendResponseHeaders'] - const assertMethod: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['assertMethod'] - const cachedEventHandler: typeof import('../../node_modules/.pnpm/nitropack@2.10.4_typescript@5.7.2/node_modules/nitropack/dist/runtime/internal/cache')['cachedEventHandler'] - const cachedFunction: typeof import('../../node_modules/.pnpm/nitropack@2.10.4_typescript@5.7.2/node_modules/nitropack/dist/runtime/internal/cache')['cachedFunction'] - const callNodeListener: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['callNodeListener'] - const clearResponseHeaders: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['clearResponseHeaders'] - const clearSession: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['clearSession'] - const createApp: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['createApp'] - const createAppEventHandler: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['createAppEventHandler'] - const createError: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['createError'] - const createEvent: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['createEvent'] - const createEventStream: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['createEventStream'] - const createRouter: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['createRouter'] - const defaultContentType: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['defaultContentType'] - const defineAppConfig: typeof import('../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/core/runtime/nitro/config')['defineAppConfig'] - const defineCachedEventHandler: typeof import('../../node_modules/.pnpm/nitropack@2.10.4_typescript@5.7.2/node_modules/nitropack/dist/runtime/internal/cache')['defineCachedEventHandler'] - const defineCachedFunction: typeof import('../../node_modules/.pnpm/nitropack@2.10.4_typescript@5.7.2/node_modules/nitropack/dist/runtime/internal/cache')['defineCachedFunction'] - const defineEventHandler: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['defineEventHandler'] - const defineLazyEventHandler: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['defineLazyEventHandler'] - const defineNitroErrorHandler: typeof import('../../node_modules/.pnpm/nitropack@2.10.4_typescript@5.7.2/node_modules/nitropack/dist/runtime/internal/error')['defineNitroErrorHandler'] - const defineNitroPlugin: typeof import('../../node_modules/.pnpm/nitropack@2.10.4_typescript@5.7.2/node_modules/nitropack/dist/runtime/internal/plugin')['defineNitroPlugin'] - const defineNodeListener: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['defineNodeListener'] - const defineNodeMiddleware: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['defineNodeMiddleware'] - const defineRenderHandler: typeof import('../../node_modules/.pnpm/nitropack@2.10.4_typescript@5.7.2/node_modules/nitropack/dist/runtime/internal/renderer')['defineRenderHandler'] - const defineRequestMiddleware: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['defineRequestMiddleware'] - const defineResponseMiddleware: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['defineResponseMiddleware'] - const defineRouteMeta: typeof import('../../node_modules/.pnpm/nitropack@2.10.4_typescript@5.7.2/node_modules/nitropack/dist/runtime/internal/meta')['defineRouteMeta'] - const defineTask: typeof import('../../node_modules/.pnpm/nitropack@2.10.4_typescript@5.7.2/node_modules/nitropack/dist/runtime/internal/task')['defineTask'] - const defineWebSocket: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['defineWebSocket'] - const defineWebSocketHandler: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['defineWebSocketHandler'] - const deleteCookie: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['deleteCookie'] - const dynamicEventHandler: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['dynamicEventHandler'] - const eventHandler: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['eventHandler'] - const fetchWithEvent: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['fetchWithEvent'] - const fromNodeMiddleware: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['fromNodeMiddleware'] - const fromPlainHandler: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['fromPlainHandler'] - const fromWebHandler: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['fromWebHandler'] - const getCookie: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['getCookie'] - const getHeader: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['getHeader'] - const getHeaders: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['getHeaders'] - const getMethod: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['getMethod'] - const getProxyRequestHeaders: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['getProxyRequestHeaders'] - const getQuery: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['getQuery'] - const getRequestFingerprint: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['getRequestFingerprint'] - const getRequestHeader: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['getRequestHeader'] - const getRequestHeaders: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['getRequestHeaders'] - const getRequestHost: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['getRequestHost'] - const getRequestIP: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['getRequestIP'] - const getRequestPath: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['getRequestPath'] - const getRequestProtocol: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['getRequestProtocol'] - const getRequestURL: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['getRequestURL'] - const getRequestWebStream: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['getRequestWebStream'] - const getResponseHeader: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['getResponseHeader'] - const getResponseHeaders: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['getResponseHeaders'] - const getResponseStatus: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['getResponseStatus'] - const getResponseStatusText: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['getResponseStatusText'] - const getRouteRules: typeof import('../../node_modules/.pnpm/nitropack@2.10.4_typescript@5.7.2/node_modules/nitropack/dist/runtime/internal/route-rules')['getRouteRules'] - const getRouterParam: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['getRouterParam'] - const getRouterParams: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['getRouterParams'] - const getSession: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['getSession'] - const getValidatedQuery: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['getValidatedQuery'] - const getValidatedRouterParams: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['getValidatedRouterParams'] - const handleCacheHeaders: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['handleCacheHeaders'] - const handleCors: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['handleCors'] - const isCorsOriginAllowed: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['isCorsOriginAllowed'] - const isError: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['isError'] - const isEvent: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['isEvent'] - const isEventHandler: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['isEventHandler'] - const isMethod: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['isMethod'] - const isPreflightRequest: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['isPreflightRequest'] - const isStream: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['isStream'] - const isWebResponse: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['isWebResponse'] - const lazyEventHandler: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['lazyEventHandler'] - const nitroPlugin: typeof import('../../node_modules/.pnpm/nitropack@2.10.4_typescript@5.7.2/node_modules/nitropack/dist/runtime/internal/plugin')['nitroPlugin'] - const parseCookies: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['parseCookies'] - const promisifyNodeListener: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['promisifyNodeListener'] - const proxyRequest: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['proxyRequest'] - const readBody: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['readBody'] - const readFormData: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['readFormData'] - const readMultipartFormData: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['readMultipartFormData'] - const readRawBody: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['readRawBody'] - const readValidatedBody: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['readValidatedBody'] - const removeResponseHeader: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['removeResponseHeader'] - const runTask: typeof import('../../node_modules/.pnpm/nitropack@2.10.4_typescript@5.7.2/node_modules/nitropack/dist/runtime/internal/task')['runTask'] - const sanitizeStatusCode: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['sanitizeStatusCode'] - const sanitizeStatusMessage: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['sanitizeStatusMessage'] - const sealSession: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['sealSession'] - const send: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['send'] - const sendError: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['sendError'] - const sendIterable: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['sendIterable'] - const sendNoContent: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['sendNoContent'] - const sendProxy: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['sendProxy'] - const sendRedirect: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['sendRedirect'] - const sendStream: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['sendStream'] - const sendWebResponse: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['sendWebResponse'] - const serveStatic: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['serveStatic'] - const setCookie: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['setCookie'] - const setHeader: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['setHeader'] - const setHeaders: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['setHeaders'] - const setResponseHeader: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['setResponseHeader'] - const setResponseHeaders: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['setResponseHeaders'] - const setResponseStatus: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['setResponseStatus'] - const splitCookiesString: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['splitCookiesString'] - const toEventHandler: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['toEventHandler'] - const toNodeListener: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['toNodeListener'] - const toPlainHandler: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['toPlainHandler'] - const toWebHandler: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['toWebHandler'] - const toWebRequest: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['toWebRequest'] - const unsealSession: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['unsealSession'] - const updateSession: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['updateSession'] - const useAppConfig: typeof import('../../node_modules/.pnpm/nitropack@2.10.4_typescript@5.7.2/node_modules/nitropack/dist/runtime/internal/config')['useAppConfig'] - const useBase: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['useBase'] - const useEvent: typeof import('../../node_modules/.pnpm/nitropack@2.10.4_typescript@5.7.2/node_modules/nitropack/dist/runtime/internal/context')['useEvent'] - const useNitroApp: typeof import('../../node_modules/.pnpm/nitropack@2.10.4_typescript@5.7.2/node_modules/nitropack/dist/runtime/internal/app')['useNitroApp'] - const useRuntimeConfig: typeof import('../../node_modules/.pnpm/nitropack@2.10.4_typescript@5.7.2/node_modules/nitropack/dist/runtime/internal/config')['useRuntimeConfig'] - const useSession: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['useSession'] - const useStorage: typeof import('../../node_modules/.pnpm/nitropack@2.10.4_typescript@5.7.2/node_modules/nitropack/dist/runtime/internal/storage')['useStorage'] - const writeEarlyHints: typeof import('../../node_modules/.pnpm/h3@1.13.0/node_modules/h3')['writeEarlyHints'] -} -export { useNitroApp } from 'nitropack/runtime/internal/app'; -export { useRuntimeConfig, useAppConfig } from 'nitropack/runtime/internal/config'; -export { defineNitroPlugin, nitroPlugin } from 'nitropack/runtime/internal/plugin'; -export { defineCachedFunction, defineCachedEventHandler, cachedFunction, cachedEventHandler } from 'nitropack/runtime/internal/cache'; -export { useStorage } from 'nitropack/runtime/internal/storage'; -export { defineRenderHandler } from 'nitropack/runtime/internal/renderer'; -export { defineRouteMeta } from 'nitropack/runtime/internal/meta'; -export { getRouteRules } from 'nitropack/runtime/internal/route-rules'; -export { useEvent } from 'nitropack/runtime/internal/context'; -export { defineTask, runTask } from 'nitropack/runtime/internal/task'; -export { defineNitroErrorHandler } from 'nitropack/runtime/internal/error'; -export { appendCorsHeaders, appendCorsPreflightHeaders, appendHeader, appendHeaders, appendResponseHeader, appendResponseHeaders, assertMethod, callNodeListener, clearResponseHeaders, clearSession, createApp, createAppEventHandler, createError, createEvent, createEventStream, createRouter, defaultContentType, defineEventHandler, defineLazyEventHandler, defineNodeListener, defineNodeMiddleware, defineRequestMiddleware, defineResponseMiddleware, defineWebSocket, defineWebSocketHandler, deleteCookie, dynamicEventHandler, eventHandler, fetchWithEvent, fromNodeMiddleware, fromPlainHandler, fromWebHandler, getCookie, getHeader, getHeaders, getMethod, getProxyRequestHeaders, getQuery, getRequestFingerprint, getRequestHeader, getRequestHeaders, getRequestHost, getRequestIP, getRequestPath, getRequestProtocol, getRequestURL, getRequestWebStream, getResponseHeader, getResponseHeaders, getResponseStatus, getResponseStatusText, getRouterParam, getRouterParams, getSession, getValidatedQuery, getValidatedRouterParams, handleCacheHeaders, handleCors, isCorsOriginAllowed, isError, isEvent, isEventHandler, isMethod, isPreflightRequest, isStream, isWebResponse, lazyEventHandler, parseCookies, promisifyNodeListener, proxyRequest, readBody, readFormData, readMultipartFormData, readRawBody, readValidatedBody, removeResponseHeader, sanitizeStatusCode, sanitizeStatusMessage, sealSession, send, sendError, sendIterable, sendNoContent, sendProxy, sendRedirect, sendStream, sendWebResponse, serveStatic, setCookie, setHeader, setHeaders, setResponseHeader, setResponseHeaders, setResponseStatus, splitCookiesString, toEventHandler, toNodeListener, toPlainHandler, toWebHandler, toWebRequest, unsealSession, updateSession, useBase, useSession, writeEarlyHints } from 'h3'; -export { buildAssetsURL as __buildAssetsURL, publicAssetsURL as __publicAssetsURL } from '../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/core/runtime/nitro/paths'; -export { defineAppConfig } from '../../node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_ioredis@5.4.1_magicast@0.3.5_rollup@_rrs32rltiaahqy7jjsp7mpun3m/node_modules/nuxt/dist/core/runtime/nitro/config'; \ No newline at end of file diff --git a/.nuxt/types/nitro-nuxt.d.ts b/.nuxt/types/nitro-nuxt.d.ts deleted file mode 100644 index b47e68e..0000000 --- a/.nuxt/types/nitro-nuxt.d.ts +++ /dev/null @@ -1,29 +0,0 @@ - -/// - -import type { RuntimeConfig } from 'nuxt/schema' -import type { H3Event } from 'h3' -import type { LogObject } from 'consola' -import type { NuxtIslandContext, NuxtIslandResponse, NuxtRenderHTMLContext } from 'nuxt/app' - -declare module 'nitropack' { - interface NitroRuntimeConfigApp { - buildAssetsDir: string - cdnURL: string - } - interface NitroRuntimeConfig extends RuntimeConfig {} - interface NitroRouteConfig { - ssr?: boolean - experimentalNoScripts?: boolean - } - interface NitroRouteRules { - ssr?: boolean - experimentalNoScripts?: boolean - appMiddleware?: Record - } - interface NitroRuntimeHooks { - 'dev:ssr-logs': (ctx: { logs: LogObject[], path: string }) => void | Promise - 'render:html': (htmlContext: NuxtRenderHTMLContext, context: { event: H3Event }) => void | Promise - 'render:island': (islandResponse: NuxtIslandResponse, context: { event: H3Event, islandContext: NuxtIslandContext }) => void | Promise - } -} diff --git a/.nuxt/types/nitro-routes.d.ts b/.nuxt/types/nitro-routes.d.ts deleted file mode 100644 index c53f996..0000000 --- a/.nuxt/types/nitro-routes.d.ts +++ /dev/null @@ -1,11 +0,0 @@ -// Generated by nitro -import type { Serialize, Simplify } from "nitropack/types"; -declare module "nitropack/types" { - type Awaited = T extends PromiseLike ? Awaited : T - interface InternalApi { - '/__nuxt_error': { - 'default': Simplify>>> - } - } -} -export {} \ No newline at end of file diff --git a/.nuxt/types/nitro.d.ts b/.nuxt/types/nitro.d.ts deleted file mode 100644 index bf09bd4..0000000 --- a/.nuxt/types/nitro.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -/// -/// -/// \ No newline at end of file diff --git a/.nuxt/types/plugins.d.ts b/.nuxt/types/plugins.d.ts deleted file mode 100644 index 3b8b76e..0000000 --- a/.nuxt/types/plugins.d.ts +++ /dev/null @@ -1,30 +0,0 @@ -// Generated by Nuxt' -import type { Plugin } from '#app' - -type Decorate> = { [K in keyof T as K extends string ? `$${K}` : never]: T[K] } - -type InjectionType = A extends {default: Plugin} ? Decorate : unknown - -type NuxtAppInjections = - InjectionType & - InjectionType & - InjectionType & - InjectionType & - InjectionType & - InjectionType & - InjectionType & - InjectionType - -declare module '#app' { - interface NuxtApp extends NuxtAppInjections { } - - interface NuxtAppLiterals { - pluginName: 'nuxt:revive-payload:client' | 'nuxt:head' | 'nuxt:router' | 'nuxt:payload' | 'nuxt:revive-payload:server' | 'nuxt:chunk-reload' | 'nuxt:global-components' - } -} - -declare module 'vue' { - interface ComponentCustomProperties extends NuxtAppInjections { } -} - -export { } diff --git a/.nuxt/types/schema.d.ts b/.nuxt/types/schema.d.ts deleted file mode 100644 index 827905c..0000000 --- a/.nuxt/types/schema.d.ts +++ /dev/null @@ -1,92 +0,0 @@ -import { NuxtModule, RuntimeConfig } from '@nuxt/schema' -declare module '@nuxt/schema' { - interface NuxtOptions { - /** - * Configuration for `@nuxtjs/tailwindcss` - */ - ["tailwindcss"]: typeof import("@nuxtjs/tailwindcss").default extends NuxtModule ? O : Record - /** - * Configuration for `@nuxt/devtools` - */ - ["devtools"]: typeof import("@nuxt/devtools").default extends NuxtModule ? O : Record - /** - * Configuration for `@nuxt/telemetry` - */ - ["telemetry"]: typeof import("@nuxt/telemetry").default extends NuxtModule ? O : Record - } - interface NuxtConfig { - /** - * Configuration for `@nuxtjs/tailwindcss` - */ - ["tailwindcss"]?: typeof import("@nuxtjs/tailwindcss").default extends NuxtModule ? Partial : Record - /** - * Configuration for `@nuxt/devtools` - */ - ["devtools"]?: typeof import("@nuxt/devtools").default extends NuxtModule ? Partial : Record - /** - * Configuration for `@nuxt/telemetry` - */ - ["telemetry"]?: typeof import("@nuxt/telemetry").default extends NuxtModule ? Partial : Record - modules?: (undefined | null | false | NuxtModule | string | [NuxtModule | string, Record] | ["@nuxtjs/tailwindcss", Exclude] | ["@nuxt/devtools", Exclude] | ["@nuxt/telemetry", Exclude])[], - } -} -declare module 'nuxt/schema' { - interface NuxtOptions { - /** - * Configuration for `@nuxtjs/tailwindcss` - * @see https://www.npmjs.com/package/@nuxtjs/tailwindcss - */ - ["tailwindcss"]: typeof import("@nuxtjs/tailwindcss").default extends NuxtModule ? O : Record - /** - * Configuration for `@nuxt/devtools` - * @see https://www.npmjs.com/package/@nuxt/devtools - */ - ["devtools"]: typeof import("@nuxt/devtools").default extends NuxtModule ? O : Record - /** - * Configuration for `@nuxt/telemetry` - * @see https://www.npmjs.com/package/@nuxt/telemetry - */ - ["telemetry"]: typeof import("@nuxt/telemetry").default extends NuxtModule ? O : Record - } - interface NuxtConfig { - /** - * Configuration for `@nuxtjs/tailwindcss` - * @see https://www.npmjs.com/package/@nuxtjs/tailwindcss - */ - ["tailwindcss"]?: typeof import("@nuxtjs/tailwindcss").default extends NuxtModule ? Partial : Record - /** - * Configuration for `@nuxt/devtools` - * @see https://www.npmjs.com/package/@nuxt/devtools - */ - ["devtools"]?: typeof import("@nuxt/devtools").default extends NuxtModule ? Partial : Record - /** - * Configuration for `@nuxt/telemetry` - * @see https://www.npmjs.com/package/@nuxt/telemetry - */ - ["telemetry"]?: typeof import("@nuxt/telemetry").default extends NuxtModule ? Partial : Record - modules?: (undefined | null | false | NuxtModule | string | [NuxtModule | string, Record] | ["@nuxtjs/tailwindcss", Exclude] | ["@nuxt/devtools", Exclude] | ["@nuxt/telemetry", Exclude])[], - } - interface RuntimeConfig { - app: { - buildId: string, - - baseURL: string, - - buildAssetsDir: string, - - cdnURL: string, - }, - - nitro: { - envPrefix: string, - }, - } - interface PublicRuntimeConfig { - - } -} -declare module 'vue' { - interface ComponentCustomProperties { - $config: RuntimeConfig - } - } \ No newline at end of file diff --git a/.nuxt/types/vue-shim.d.ts b/.nuxt/types/vue-shim.d.ts deleted file mode 100644 index e69de29..0000000