migrate to tailwindv4

This commit is contained in:
2026-06-06 10:22:12 +05:30
parent 9d700baccc
commit 4f70c77874
7 changed files with 793 additions and 959 deletions

View File

@@ -1,9 +1,10 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
import tailwindcss from '@tailwindcss/vite'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
plugins: [react(), tailwindcss()],
server: {
proxy: {
'/api': {