mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-28 02:39:31 -05:00
chore(webpack-dev-server): update error message
This commit is contained in:
@@ -42,7 +42,7 @@ export async function getProjectConfig (projectRoot: string): Promise<Cypress.An
|
||||
defaultProject = Object.keys(angularJson.projects).find((name) => angularJson.projects[name].projectType === 'application')
|
||||
|
||||
if (!defaultProject) {
|
||||
throw new Error('Could not find a project with projectType "application" in "angular.json"')
|
||||
throw new Error('Could not find a project with projectType "application" in "angular.json". Visit https://docs.cypress.io/guides/references/configuration#Options-API to see how to pass in a custom project configuration')
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user