import { defineConfig } from 'vite' export default defineConfig({ build: { rollupOptions: { input: { main: 'index.html', tos: 'tos.html', privacy: 'privacy.html' } } } })