import { defineConfig } from 'vite' export default defineConfig({ base: './', build: { outDir: 'dist', emptyOutDir: true, input: './index.html' } })