Banger? idk

This commit is contained in:
lda
2026-04-14 03:18:41 +07:00 Unverified
parent f52b7c18d9
commit e219dcc724
20 changed files with 4834 additions and 1480 deletions
+2
View File
@@ -2,6 +2,7 @@ import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
import path from "node:path";
import { fileURLToPath } from "node:url";
import tailwindcss from "@tailwindcss/vite";
const __dirname = path.dirname(fileURLToPath(import.meta.url));
@@ -31,6 +32,7 @@ export default defineConfig({
}
: undefined,
),
tailwindcss(),
],
base: "/ui/",
resolve: {