diff --git a/vite.config.js b/vite.config.js index a5b450b..f10fda9 100644 --- a/vite.config.js +++ b/vite.config.js @@ -4,10 +4,11 @@ import react from '@vitejs/plugin-react' export default defineConfig({ plugins: [react()], server: { + host: '127.0.0.1', port: 5173, strictPort: true }, build: { outDir: 'dist' } -}) \ No newline at end of file +})