restored everything after nuking the repo

This commit is contained in:
QkoSad
2025-07-20 22:22:47 +03:00
commit 8ff6e07fba
49 changed files with 7825 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
import tailwindcss from "@tailwindcss/vite";
// https://vite.dev/config/
export default defineConfig({
plugins: [react(), tailwindcss()],
});