Compare commits

2 Commits

Author SHA1 Message Date
4112bca029 Merge branch 'production' of https://gitea.miduway.space/levis/ebook into production
All checks were successful
Deploy Nuxt App / deploy (push) Successful in 1m53s
2025-06-19 21:07:57 +04:00
46a59c7b91 fix 2025-06-18 10:04:01 +04:00
4 changed files with 65 additions and 134 deletions

5
.nuxt/nuxt.d.ts vendored
View File

@ -1,6 +1,7 @@
/// <reference types="@nuxt/eslint" />
/// <reference types="@nuxt/icon" />
/// <reference types="@nuxt/eslint" />
/// <reference types="@nuxt/image" />
/// <reference types="@pinia/nuxt" />
/// <reference types="@nuxtjs/tailwindcss" />
/// <reference types="@pinia/nuxt" />
/// <reference types="@pinia/nuxt" />
@ -25,4 +26,4 @@
/// <reference path="types/nitro.d.ts" />
/// <reference path="./eslint-typegen.d.ts" />
export {}
export {};

View File

@ -1,14 +1,30 @@
// generated by the @nuxtjs/tailwindcss <https://github.com/nuxt-modules/tailwindcss> module at 6/19/2025, 4:53:06 PM
import "@nuxtjs/tailwindcss/config-ctx"
import "@nuxtjs/tailwindcss/config-ctx";
import configMerger from "@nuxtjs/tailwindcss/merger";
import cfg2 from "./../../tailwind.config.ts";
const config = [
{"content":{"files":["/home/levis/miduway/www/ebook.miduway.space/components/**/*.{vue,js,jsx,mjs,ts,tsx}","/home/levis/miduway/www/ebook.miduway.space/components/global/**/*.{vue,js,jsx,mjs,ts,tsx}","/home/levis/miduway/www/ebook.miduway.space/components/**/*.{vue,js,jsx,mjs,ts,tsx}","/home/levis/miduway/www/ebook.miduway.space/layouts/**/*.{vue,js,jsx,mjs,ts,tsx}","/home/levis/miduway/www/ebook.miduway.space/plugins/**/*.{js,ts,mjs}","/home/levis/miduway/www/ebook.miduway.space/composables/**/*.{js,ts,mjs}","/home/levis/miduway/www/ebook.miduway.space/utils/**/*.{js,ts,mjs}","/home/levis/miduway/www/ebook.miduway.space/pages/**/*.{vue,js,jsx,mjs,ts,tsx}","/home/levis/miduway/www/ebook.miduway.space/{A,a}pp.{vue,js,jsx,mjs,ts,tsx}","/home/levis/miduway/www/ebook.miduway.space/{E,e}rror.{vue,js,jsx,mjs,ts,tsx}","/home/levis/miduway/www/ebook.miduway.space/app.config.{js,ts,mjs}"]}},
{},
cfg2
{
content: {
files: [
"/home/levis/miduway/www/ebook.miduway.space/components/**/*.{vue,js,jsx,mjs,ts,tsx}",
"/home/levis/miduway/www/ebook.miduway.space/components/global/**/*.{vue,js,jsx,mjs,ts,tsx}",
"/home/levis/miduway/www/ebook.miduway.space/components/**/*.{vue,js,jsx,mjs,ts,tsx}",
"/home/levis/miduway/www/ebook.miduway.space/layouts/**/*.{vue,js,jsx,mjs,ts,tsx}",
"/home/levis/miduway/www/ebook.miduway.space/plugins/**/*.{js,ts,mjs}",
"/home/levis/miduway/www/ebook.miduway.space/composables/**/*.{js,ts,mjs}",
"/home/levis/miduway/www/ebook.miduway.space/utils/**/*.{js,ts,mjs}",
"/home/levis/miduway/www/ebook.miduway.space/pages/**/*.{vue,js,jsx,mjs,ts,tsx}",
"/home/levis/miduway/www/ebook.miduway.space/{A,a}pp.{vue,js,jsx,mjs,ts,tsx}",
"/home/levis/miduway/www/ebook.miduway.space/{E,e}rror.{vue,js,jsx,mjs,ts,tsx}",
"/home/levis/miduway/www/ebook.miduway.space/app.config.{js,ts,mjs}",
],
},
},
{},
cfg2,
].reduce((acc, curr) => configMerger(acc, curr), {});
const resolvedConfig = config;
export default resolvedConfig;
export default resolvedConfig;

View File

@ -1,135 +1,57 @@
{
"compilerOptions": {
"paths": {
"nitropack/types": [
"../node_modules/nitropack/types"
],
"nitropack/runtime": [
"../node_modules/nitropack/runtime"
],
"nitropack": [
"../node_modules/nitropack"
],
"defu": [
"../node_modules/defu"
],
"h3": [
"../node_modules/h3"
],
"consola": [
"../node_modules/consola"
],
"ofetch": [
"../node_modules/ofetch"
],
"@unhead/vue": [
"../node_modules/@unhead/vue"
],
"@nuxt/devtools": [
"../node_modules/@nuxt/devtools"
],
"@vue/runtime-core": [
"../node_modules/@vue/runtime-core"
],
"@vue/compiler-sfc": [
"../node_modules/@vue/compiler-sfc"
],
"vue-router": [
"../node_modules/vue-router"
],
"nitropack/types": ["../node_modules/nitropack/types"],
"nitropack/runtime": ["../node_modules/nitropack/runtime"],
"nitropack": ["../node_modules/nitropack"],
"defu": ["../node_modules/defu"],
"h3": ["../node_modules/h3"],
"consola": ["../node_modules/consola"],
"ofetch": ["../node_modules/ofetch"],
"@unhead/vue": ["../node_modules/@unhead/vue"],
"@nuxt/devtools": ["../node_modules/@nuxt/devtools"],
"@vue/runtime-core": ["../node_modules/@vue/runtime-core"],
"@vue/compiler-sfc": ["../node_modules/@vue/compiler-sfc"],
"vue-router": ["../node_modules/vue-router"],
"vue-router/auto-routes": [
"../node_modules/vue-router/vue-router-auto-routes"
],
"unplugin-vue-router/client": [
"../node_modules/unplugin-vue-router/client"
],
"@nuxt/schema": [
"../node_modules/@nuxt/schema"
],
"nuxt": [
"../node_modules/nuxt"
],
"vite/client": [
"../node_modules/vite/client"
],
"~": [
".."
],
"~/*": [
"../*"
],
"@": [
".."
],
"@/*": [
"../*"
],
"~~": [
".."
],
"~~/*": [
"../*"
],
"@@": [
".."
],
"@@/*": [
"../*"
],
"#shared": [
"../shared"
],
"assets": [
"../assets"
],
"assets/*": [
"../assets/*"
],
"public": [
"../public"
],
"public/*": [
"../public/*"
],
"#app": [
"../node_modules/nuxt/dist/app"
],
"#app/*": [
"../node_modules/nuxt/dist/app/*"
],
"vue-demi": [
"../node_modules/nuxt/dist/app/compat/vue-demi"
],
"#image": [
"../node_modules/@nuxt/image/dist/runtime"
],
"#image/*": [
"../node_modules/@nuxt/image/dist/runtime/*"
],
"pinia": [
"../node_modules/pinia/dist/pinia"
],
"#vue-router": [
"../node_modules/vue-router"
],
"@nuxt/schema": ["../node_modules/@nuxt/schema"],
"nuxt": ["../node_modules/nuxt"],
"vite/client": ["../node_modules/vite/client"],
"~": [".."],
"~/*": ["../*"],
"@": [".."],
"@/*": ["../*"],
"~~": [".."],
"~~/*": ["../*"],
"@@": [".."],
"@@/*": ["../*"],
"#shared": ["../shared"],
"assets": ["../assets"],
"assets/*": ["../assets/*"],
"public": ["../public"],
"public/*": ["../public/*"],
"#app": ["../node_modules/nuxt/dist/app"],
"#app/*": ["../node_modules/nuxt/dist/app/*"],
"vue-demi": ["../node_modules/nuxt/dist/app/compat/vue-demi"],
"#image": ["../node_modules/@nuxt/image/dist/runtime"],
"#image/*": ["../node_modules/@nuxt/image/dist/runtime/*"],
"pinia": ["../node_modules/pinia/dist/pinia"],
"#vue-router": ["../node_modules/vue-router"],
"#unhead/composables": [
"../node_modules/nuxt/dist/head/runtime/composables/v3"
],
"#imports": [
"./imports"
],
"#imports": ["./imports"],
"#app-manifest": [
"./manifest/meta/f4dfbb73-66a7-4162-b534-4c8db9f3aa74.json"
],
"#components": [
"./components"
],
"#build": [
"."
],
"#build/*": [
"./*"
]
"#components": ["./components"],
"#build": ["."],
"#build/*": ["./*"]
},
"esModuleInterop": true,
"skipLibCheck": true,
@ -145,12 +67,7 @@
"noImplicitOverride": true,
"module": "preserve",
"noEmit": true,
"lib": [
"ESNext",
"dom",
"dom.iterable",
"webworker"
],
"lib": ["ESNext", "dom", "dom.iterable", "webworker"],
"jsx": "preserve",
"jsxImportSource": "vue",
"types": [],
@ -206,4 +123,4 @@
"../node_modules/@nuxt/telemetry/runtime/server",
"../node_modules/@nuxt/telemetry/dist/runtime/server"
]
}
}

View File

@ -13,6 +13,3 @@
<NuxtPage />
</NuxtLayout>
</template>
<script setup lang="ts">
const route = useRoute();
</script>