%PDF- %PDF-
Direktori : /var/www/html/node_modules/next/dist/server/lib/ |
Current File : /var/www/html/node_modules/next/dist/server/lib/start-server.d.ts |
import type { NextServerOptions, NextServer } from '../next'; interface StartServerOptions extends NextServerOptions { allowRetry?: boolean; keepAliveTimeout?: number; } export declare function startServer(opts: StartServerOptions): Promise<NextServer>; export {};