import { preview } from 'vite' const server = await preview({ preview: { port: 4175, host: true } })