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 811a9a8 commit 761c164Copy full SHA for 761c164
package.json
@@ -13,8 +13,8 @@
13
"posttest": "php test/cleanup.php",
14
"release": "node scripts/release.js",
15
"postinstall": "composer install",
16
- "start:client": "php -S localhost:8080 test/client.php",
17
- "start:server": "php -S localhost:8081 test/server.php",
+ "start:client": "php -S 127.0.0.1:8080 test/client.php",
+ "start:server": "php -S 127.0.0.1:8081 test/server.php",
18
"start": "npm-run-all --parallel start:client start:server"
19
},
20
"repository": {
0 commit comments