New Interface (initial commit)

This commit is contained in:
coolcoala
2025-07-04 02:28:27 +03:00
parent 4435a5aee4
commit 686490ded1
121 changed files with 12852 additions and 13274 deletions

View File

@@ -1,5 +1,6 @@
import { defineConfig } from "vite";
import path from "path";
import tailwindcss from "@tailwindcss/vite";
import svgr from "vite-plugin-svgr";
import react from "@vitejs/plugin-react";
import legacy from "@vitejs/plugin-legacy";
@@ -16,6 +17,7 @@ export default defineConfig({
plugins: [
svgr(),
react(),
tailwindcss(),
legacy({
renderLegacyChunks: false,
modernTargets: ["edge>=109", "safari>=13"],