added chakra ui

This commit is contained in:
2025-08-31 14:53:42 +02:00
parent 7b36514e27
commit 311de4f78b
9 changed files with 1652 additions and 15 deletions

View File

@@ -2,9 +2,10 @@ import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
import svgr from "vite-plugin-svgr";
import tailwindcss from "@tailwindcss/vite";
import tsconfigPaths from "vite-tsconfig-paths";
export default defineConfig({
plugins: [react(), svgr(), tailwindcss()],
plugins: [react(), svgr(), tailwindcss(), tsconfigPaths()],
server: {
host: "0.0.0.0",
port: 8003,