mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-19 23:21:25 +02:00
Migrate 4 web apps from @tailwindcss/postcss to @tailwindcss/vite: - chat - manadeck - manacore - presi Changes per app: - Replace @tailwindcss/postcss with @tailwindcss/vite in package.json - Add tailwindcss() to vite.config.ts plugins array - Delete postcss.config.js (no longer needed) Benefits: - Faster builds with native Vite integration - Consistent build pipeline across all 14 web apps - Simplified configuration (no separate PostCSS config) |
||
|---|---|---|
| .. | ||
| src | ||
| .env.example | ||
| Dockerfile | ||
| eslint.config.js | ||
| package.json | ||
| svelte.config.js | ||
| tsconfig.json | ||
| vite.config.ts | ||