This commit is contained in:
Mojtaba Khorshidkolah
2026-03-25 12:42:54 +03:30
parent 75779ff28e
commit 44323d9a0e
5 changed files with 132 additions and 98 deletions

View File

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