This commit is contained in:
2025-05-07 16:34:02 -03:00
parent 11f43cf9cd
commit ad15aa7a73
7 changed files with 17 additions and 12 deletions

View File

@@ -34,7 +34,7 @@ export default defineConfig({
],
prefetch: true,
vite: {
plugins: [tailwindcss()],
plugins: [tailwindcss({ nesting: true })],
},
server: {
host: "0.0.0.0",