/** @type {import('vite').UserConfig} */ export default { build: { sourcemap: true, }, server: { port: 6123, strictPort: true, }, };