Skip to content

Commit bab2e6e

Browse files
committed
Added host
1 parent d4fc9a9 commit bab2e6e

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
@@ -35,7 +35,7 @@
3535
},
3636
"repository": "Codeception/codeceptjs",
3737
"scripts": {
38-
"json-server": "json-server test/data/rest/db.json -p 8010 --watch -m test/data/rest/headers.js",
38+
"json-server": "json-server test/data/rest/db.json --host 0.0.0.0 -p 8010 --watch -m test/data/rest/headers.js",
3939
"json-server:graphql": "node test/data/graphql/index.js",
4040
"lint": "eslint bin/ examples/ lib/ test/ translations/ runok.js",
4141
"lint-fix": "eslint bin/ examples/ lib/ test/ translations/ runok.js --fix",

0 commit comments

Comments
 (0)