Skip to content
This repository was archived by the owner on Jul 9, 2019. It is now read-only.

Commit 7e5e1d4

Browse files
committed
Update docs
1 parent 63a655d commit 7e5e1d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"start": "nodemon --exec ./node_modules/.bin/ts-node -- ./app/index.ts",
88
"test": "jest --coverage --no-cache",
9-
"dev": "WEB_API_URL=http://localhost:3000 npm start"
9+
"dev": "WEB_API_URL=http://127.0.0.1:3000 npm start"
1010
},
1111
"repository": {
1212
"type": "git",

0 commit comments

Comments
 (0)