feat: init

This commit is contained in:
2026-02-13 22:02:30 +01:00
commit 8f9ff830fb
16711 changed files with 3307340 additions and 0 deletions

130
node_modules/.cache/nuxt/.nuxt/tsconfig.server.json generated vendored Normal file
View File

@@ -0,0 +1,130 @@
{
"compilerOptions": {
"forceConsistentCasingInFileNames": true,
"strict": true,
"noEmit": true,
"skipLibCheck": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Bundler",
"allowJs": true,
"resolveJsonModule": true,
"jsx": "preserve",
"allowSyntheticDefaultImports": true,
"jsxFactory": "h",
"jsxFragmentFactory": "Fragment",
"paths": {
"#imports": [
"./types/nitro-imports"
],
"~/*": [
"../../../../app/*"
],
"@/*": [
"../../../../app/*"
],
"~~/*": [
"../../../../*"
],
"@@/*": [
"../../../../*"
],
"@unhead/vue": [
"../../../@unhead/vue"
],
"@nuxt/devtools": [
"../../../@nuxt/devtools"
],
"@vue/runtime-core": [
"../../../@vue/runtime-core"
],
"@vue/compiler-sfc": [
"../../../@vue/compiler-sfc"
],
"unplugin-vue-router/client": [
"../../../unplugin-vue-router/client"
],
"@nuxt/schema": [
"../../../@nuxt/schema"
],
"nuxt": [
"../../../nuxt"
],
"vite/client": [
"../../../vite/client"
],
"nitropack/types": [
"../../../nitropack/types"
],
"nitropack/runtime": [
"../../../nitropack/runtime"
],
"nitropack": [
"../../../nitropack"
],
"defu": [
"../../../defu"
],
"h3": [
"../../../h3"
],
"consola": [
"../../../consola"
],
"ofetch": [
"../../../ofetch"
],
"crossws": [
"../../../crossws"
],
"#shared": [
"../../../../shared"
],
"#shared/*": [
"../../../../shared/*"
],
"#server": [
"../../../../server"
],
"#server/*": [
"../../../../server/*"
],
"#build": [
"./"
],
"#build/*": [
"./*"
],
"#internal/nuxt/paths": [
"../../../@nuxt/nitro-server/dist/runtime/utils/paths"
],
"#unhead/composables": [
"../../../nuxt/dist/head/runtime/composables"
]
},
"lib": [
"esnext",
"webworker",
"dom.iterable"
],
"noUncheckedIndexedAccess": true,
"allowArbitraryExtensions": true
},
"include": [
"./types/nitro-nuxt.d.ts",
"../../../runtime/server",
"../../../dist/runtime/server",
"../../../../server/**/*",
"../../../../shared/**/*.d.ts",
"./types/nitro.d.ts"
],
"exclude": [
"../../..",
"../../../nuxt/node_modules",
"../../../@nuxtjs/tailwindcss/node_modules",
"../../../@nuxtjs/google-fonts/node_modules",
"../../../@nuxt/devtools/node_modules",
"../../../@nuxt/telemetry/node_modules",
"../../../../dist"
]
}