Skip to content

Commit 37c890a

Browse files
committed
production: - wdio-chromedriver-service
1 parent a019a1d commit 37c890a

File tree

3 files changed

+6
-114
lines changed

3 files changed

+6
-114
lines changed

.env.example

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#
22
# API
33
#
4-
API_ORIGIN_URL=https://binary-travel-app.xyz/api/v1
4+
API_ORIGIN_URL=travel-app-api.up.railway.app/api/v1
55
#
66
# APPLICATION
77
#
8-
APP_URL=http://localhost:3000
8+
APP_URL=http://localhost:5173
99
#
1010
# TESTING
1111
#

package-lock.json

+3-110
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"eslint-plugin-import": "2.26.0",
2626
"node-match-path": "0.6.3",
2727
"ts-node": "10.8.1",
28-
"typescript": "4.7.3",
29-
"wdio-chromedriver-service": "7.3.2"
28+
"typescript": "4.7.3"
3029
}
3130
}

0 commit comments

Comments
 (0)