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