更新
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
import type { ConfigEnv, UserConfig } from 'vite';
|
||||
export declare function buildOptions({ appService, renderer, }: {
|
||||
renderer: 'native' | undefined;
|
||||
appService: boolean;
|
||||
}, userConfig: UserConfig, _: ConfigEnv): UserConfig['build'];
|
||||
Reference in New Issue
Block a user