import { defineConfig } from 'vite' export default defineConfig({ base: '/city-sim/', build: { outDir: 'dist' } })