Compare commits
2 Commits
76aa42dc25
...
4112bca029
Author | SHA1 | Date | |
---|---|---|---|
4112bca029 | |||
46a59c7b91 |
5
.nuxt/nuxt.d.ts
vendored
5
.nuxt/nuxt.d.ts
vendored
@ -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 {};
|
||||
|
@ -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;
|
||||
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user