import { defineConfig } from 'vite' export default defineConfig({ // Only add this if your index.html is NOT in the project root // root: 'path/to/html', build: { outDir: 'dist', } })