更新
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
import type { ServerOptions, ViteDevServer } from 'vite';
|
||||
import type { CliOptions } from '.';
|
||||
export declare function createServer(options: CliOptions & ServerOptions): Promise<ViteDevServer>;
|
||||
export declare function createSSRServer(options: CliOptions & ServerOptions): Promise<ViteDevServer>;
|
||||
Reference in New Issue
Block a user