diff --git a/ui/vite.config.ts b/ui/vite.config.ts index 4ac76d81..11dc4edd 100644 --- a/ui/vite.config.ts +++ b/ui/vite.config.ts @@ -65,7 +65,7 @@ export default defineConfig(async ({ mode }) => { host: '0.0.0.0', port: 80, open: false, - allowedHosts, + allowedHosts: ['localhost', '.sozsoft.com'], }, define: { 'process.env': {},