Skip to content

Commit

Permalink
cypress port should be 7626 for angular
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpapa committed Mar 6, 2020
1 parent ff2c009 commit bfe1866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress.json
@@ -1,6 +1,6 @@
{
"ignoreTestFiles": "/**/examples/*",
"env": {
"port": "4200"
"port": "7626"
}
}

0 comments on commit bfe1866

Please sign in to comment.