import { defineConfig } from 'vite' export default defineConfig({ server: { host: "0.0.0.0", port: 5173, hmr: { port: 443, clientPort: 5173, }, }, })