first commit

This commit is contained in:
Mojtaba Khorshidkolah
2026-03-05 09:35:47 +03:30
commit 75779ff28e
22 changed files with 3965 additions and 0 deletions

11
vite.config.js Normal file
View File

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