Skip to content

Commit 7c60581

Browse files
authored
try out -h localhost
1 parent 163215d commit 7c60581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"repository": "Codeception/codeceptjs",
4444
"scripts": {
45-
"json-server": "json-server test/data/rest/db.json --host 0.0.0.0 -p 8010 --watch -m test/data/rest/headers.js",
45+
"json-server": "json-server test/data/rest/db.json --host localhost -p 8010 --watch -m test/data/rest/headers.js",
4646
"json-server:graphql": "node test/data/graphql/index.js",
4747
"lint": "eslint bin/ examples/ lib/ test/ translations/ runok.js",
4848
"lint-fix": "eslint bin/ examples/ lib/ test/ translations/ runok.js --fix",

0 commit comments

Comments
 (0)