This commit is contained in:
2025-05-21 08:47:21 +03:00
parent 079ce23363
commit 3cd4b8861e
8 changed files with 123 additions and 124 deletions

View File

@@ -4,5 +4,5 @@ import { defineConfig } from "vite";
import tsconfigPaths from "vite-tsconfig-paths";
export default defineConfig({
plugins: [tailwindcss(), reactRouter(), tsconfigPaths()],
plugins: [tailwindcss(), reactRouter(), tsconfigPaths()],
});