1
0
Fork 0
mirror of synced 2024-09-30 00:57:16 +13:00

Revert default cypress port

This commit is contained in:
Andrew Kingston 2021-03-05 14:06:44 +00:00
parent b9760c6dbc
commit 5ce959a164

View file

@ -1,8 +1,8 @@
{
"baseUrl": "http://localhost:4001/_builder/",
"baseUrl": "http://localhost:4005/_builder/",
"video": true,
"projectId": "bmbemn",
"env": {
"PORT": "4001"
"PORT": "4005"
}
}