UNPKG

vont

Version:

A full-stack framework combining Koa and React with file-based routing

6 lines 206 B
import type { VontConfig } from '../types/index.js'; /** * 创建生产服务器 */ export declare function createProdServer(options?: VontConfig): Promise<void>; //# sourceMappingURL=prod-server.d.ts.map