UNPKG

iles

Version:

Vite & Vue powered static site generator with partial hydration

6 lines (3 loc) 147 B
import { ServerOptions } from 'vite'; declare function preview(root?: string, serverOptions?: ServerOptions): Promise<void>; export { preview };