We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 163215d commit 7c60581Copy full SHA for 7c60581
package.json
@@ -42,7 +42,7 @@
42
},
43
"repository": "Codeception/codeceptjs",
44
"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",
+ "json-server": "json-server test/data/rest/db.json --host localhost -p 8010 --watch -m test/data/rest/headers.js",
46
"json-server:graphql": "node test/data/graphql/index.js",
47
"lint": "eslint bin/ examples/ lib/ test/ translations/ runok.js",
48
"lint-fix": "eslint bin/ examples/ lib/ test/ translations/ runok.js --fix",
0 commit comments