now that is some stuff

This commit is contained in:
lda
2026-04-12 02:11:54 +07:00 Unverified
parent ea611d5135
commit a3389fa8a1
15 changed files with 1618 additions and 291 deletions
+7
View File
@@ -0,0 +1,7 @@
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
export default defineConfig({
plugins: [react()],
base: "/ui/",
});