add: added daisyui and started changin class names

This commit is contained in:
Lukian 2025-04-28 21:59:46 +02:00
parent f841ed348e
commit e4b8b8cdfa
7 changed files with 618 additions and 132 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': {