init project

This commit is contained in:
Ybehrooz
2025-08-28 20:29:35 +03:30
parent 3b54907b20
commit e4d83eb1bf
46 changed files with 7238 additions and 1 deletions

7
vite.config.ts Normal file
View File

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