| import { defineConfig } from 'vite' | |
| import react from '@vitejs/plugin-react' | |
| // Konfigurasi Mutlak Vite + React | |
| export default defineConfig({ | |
| plugins: [react()], | |
| server: { | |
| host: '0.0.0.0', // Bypass binding HF | |
| port: 7860 | |
| } | |
| }) | |
| import { defineConfig } from 'vite' | |
| import react from '@vitejs/plugin-react' | |
| // Konfigurasi Mutlak Vite + React | |
| export default defineConfig({ | |
| plugins: [react()], | |
| server: { | |
| host: '0.0.0.0', // Bypass binding HF | |
| port: 7860 | |
| } | |
| }) | |