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

View File

@@ -0,0 +1,14 @@
// generated by the @nuxtjs/tailwindcss <https://github.com/nuxt-modules/tailwindcss> module at 2/13/2026, 10:00:51 PM
import "@nuxtjs/tailwindcss/config-ctx"
import configMerger from "@nuxtjs/tailwindcss/merger";
import cfg2 from "./../../tailwind.config.ts";
const config = [
{"content":{"files":["/home/bennet/source/vat-api/app/components/**/*.{vue,js,jsx,mjs,ts,tsx}","/home/bennet/source/vat-api/app/components/global/**/*.{vue,js,jsx,mjs,ts,tsx}","/home/bennet/source/vat-api/app/components/**/*.{vue,js,jsx,mjs,ts,tsx}","/home/bennet/source/vat-api/app/layouts/**/*.{vue,js,jsx,mjs,ts,tsx}","/home/bennet/source/vat-api/app/plugins/**/*.{js,ts,mjs}","/home/bennet/source/vat-api/app/composables/**/*.{js,ts,mjs}","/home/bennet/source/vat-api/app/utils/**/*.{js,ts,mjs}","/home/bennet/source/vat-api/app/pages/**/*.{vue,js,jsx,mjs,ts,tsx}","/home/bennet/source/vat-api/app/{A,a}pp.{vue,js,jsx,mjs,ts,tsx}","/home/bennet/source/vat-api/app/{E,e}rror.{vue,js,jsx,mjs,ts,tsx}","/home/bennet/source/vat-api/app/app.config.{js,ts,mjs}"]}},
{},
cfg2
].reduce((acc, curr) => configMerger(acc, curr), {});
const resolvedConfig = config;
export default resolvedConfig;