mirror of
https://github.com/cypress-io/cypress.git
synced 2026-03-03 05:19:45 -06:00
chore: rename types, add comments
This commit is contained in:
@@ -25,7 +25,7 @@ export type WebpackDevServerConfig = {
|
||||
framework?: typeof ALL_FRAMEWORKS[number] // Add frameworks here as we implement
|
||||
webpackConfig?: unknown // Derived from the user's webpack
|
||||
options?: {
|
||||
projectConfig?: Cypress.ProjectConfig
|
||||
projectConfig?: Cypress.AngularDevServerProjectConfig
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user