base code with auth

This commit is contained in:
azeeee05
2026-01-19 11:05:40 +05:30
commit 660abff435
91 changed files with 11941 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react-swc'
import tailwindcss from '@tailwindcss/vite'
// https://vite.dev/config/
export default defineConfig({
plugins: [react(),tailwindcss()],
})