mirror of
				https://github.com/mmahdium/TorrentMax.git
				synced 2025-11-04 02:58:13 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			330 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			330 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
import tailwindcss from "@tailwindcss/vite";
 | 
						|
 | 
						|
// https://nuxt.com/docs/api/configuration/nuxt-config
 | 
						|
export default defineNuxtConfig({
 | 
						|
  compatibilityDate: '2025-07-15',
 | 
						|
  devtools: { enabled: true },
 | 
						|
  modules: ['@nuxt/eslint','@vueuse/motion/nuxt'],
 | 
						|
  vite: {
 | 
						|
    plugins: [tailwindcss()],
 | 
						|
  },
 | 
						|
  css: ["./app/tailwind.css"],
 | 
						|
}) |