/** @type {import('vite').UserConfig} */ export default { build: { target: 'es2020', }, server: { port: 3000, host: '0.0.0.0' } }