Skip to content

Commit 761c164

Browse files
committed
Start development servers on 127.0.0.1 instead of localhost.
1 parent 811a9a8 commit 761c164

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"posttest": "php test/cleanup.php",
1414
"release": "node scripts/release.js",
1515
"postinstall": "composer install",
16-
"start:client": "php -S localhost:8080 test/client.php",
17-
"start:server": "php -S localhost:8081 test/server.php",
16+
"start:client": "php -S 127.0.0.1:8080 test/client.php",
17+
"start:server": "php -S 127.0.0.1:8081 test/server.php",
1818
"start": "npm-run-all --parallel start:client start:server"
1919
},
2020
"repository": {

0 commit comments

Comments
 (0)