diff --git a/vite.config.js b/vite.config.js deleted file mode 100644 index c40fc47..0000000 --- a/vite.config.js +++ /dev/null @@ -1,19 +0,0 @@ -import { defineConfig } from 'vite'; -import react from '@vitejs/plugin-react'; - -// https://vitejs.dev/config/ -export default defineConfig({ - plugins: [react()], - build: { - outDir: '../dist', // البناء ينتج مجلد dist خارج frontend - emptyOutDir: true - }, - server: { - proxy: { - '/api': { - target: 'http://localhost:8001', - changeOrigin: true - } - } - } -}); \ No newline at end of file