Merge branch 'develop' into da4b1e06ce-master-into-develop

This commit is contained in:
Barthélémy Ledoux
2021-09-10 09:48:01 -05:00
committed by GitHub
+1 -1
View File
@@ -17,7 +17,7 @@ export interface StartDevServerOptions {
* to override some options, you can do so using this.
* @optional
*/
viteConfig?: UserConfig
viteConfig?: Omit<UserConfig, 'base' | 'root'>
}
const resolveServerConfig = async ({ viteConfig, options }: StartDevServerOptions): Promise<InlineConfig> => {