- Spring Boot 后端服务 (hss-home-service) - delivery-miniapp 配送小程序 - website 官网 (Nuxt) - docs 架构设计文档 - Docker 容器化部署配置 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
14 lines
1.3 KiB
JavaScript
14 lines
1.3 KiB
JavaScript
// generated by the @nuxtjs/tailwindcss <https://github.com/nuxt-modules/tailwindcss> module at 2026/5/18 21:11:34
|
|
import "@nuxtjs/tailwindcss/config-ctx"
|
|
import configMerger from "@nuxtjs/tailwindcss/merger";
|
|
|
|
import cfg2 from "./../../tailwind.config.ts";
|
|
const config = [
|
|
{"content":{"files":["/home/akoo/居家服务/hss-home-service/website/components/**/*.{vue,js,jsx,mjs,ts,tsx}","/home/akoo/居家服务/hss-home-service/website/components/global/**/*.{vue,js,jsx,mjs,ts,tsx}","/home/akoo/居家服务/hss-home-service/website/components/**/*.{vue,js,jsx,mjs,ts,tsx}","/home/akoo/居家服务/hss-home-service/website/layouts/**/*.{vue,js,jsx,mjs,ts,tsx}","/home/akoo/居家服务/hss-home-service/website/plugins/**/*.{js,ts,mjs}","/home/akoo/居家服务/hss-home-service/website/composables/**/*.{js,ts,mjs}","/home/akoo/居家服务/hss-home-service/website/utils/**/*.{js,ts,mjs}","/home/akoo/居家服务/hss-home-service/website/pages/**/*.{vue,js,jsx,mjs,ts,tsx}","/home/akoo/居家服务/hss-home-service/website/{A,a}pp.{vue,js,jsx,mjs,ts,tsx}","/home/akoo/居家服务/hss-home-service/website/{E,e}rror.{vue,js,jsx,mjs,ts,tsx}","/home/akoo/居家服务/hss-home-service/website/app.config.{js,ts,mjs}"]}},
|
|
{},
|
|
cfg2
|
|
].reduce((acc, curr) => configMerger(acc, curr), {});
|
|
|
|
const resolvedConfig = config;
|
|
|
|
export default resolvedConfig; |