chore: ui setup

This commit is contained in:
karishmas6
2024-03-03 16:44:16 +05:30
parent d8604a9b9b
commit 6cbedfcc30
16 changed files with 5593 additions and 0 deletions

7
ui/vite.config.ts Normal file
View File

@@ -0,0 +1,7 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
})