import { defineConfig } from 'vite'; export default defineConfig({ server: { allowedHosts: [ 'seans.cloud', 'www.seans.cloud', ], }, });