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 c90828d commit cac1573Copy full SHA for cac1573
1 file changed
package.json
@@ -35,7 +35,7 @@
35
},
36
"repository": "Codeception/codeceptjs",
37
"scripts": {
38
- "json-server": "./node_modules/json-server/bin/index.js test/data/rest/db.json -p 8010 --watch -m test/data/rest/headers.js",
+ "json-server": "json-server test/data/rest/db.json --host 0.0.0.0 -p 8010 --watch -m test/data/rest/headers.js",
39
"json-server:graphql": "node test/data/graphql/index.js",
40
"lint": "eslint bin/ examples/ lib/ test/ translations/ runok.js",
41
"lint-fix": "eslint bin/ examples/ lib/ test/ translations/ runok.js --fix",
@@ -146,7 +146,7 @@
146
"inquirer-test": "2.0.1",
147
"jsdoc": "4.0.4",
148
"jsdoc-typeof-plugin": "1.0.0",
149
- "json-server": "0.10.1",
+ "json-server": "0.17.4",
150
"playwright": "1.48.2",
151
"prettier": "^3.3.2",
152
"puppeteer": "23.6.0",
0 commit comments