mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-01 04:20:23 -05:00
Merge branch 'develop' into da4b1e06ce-master-into-develop
This commit is contained in:
@@ -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> => {
|
||||
|
||||
Reference in New Issue
Block a user