File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 "posttest" : " php test/cleanup.php" ,
1414 "release" : " node scripts/release.js" ,
1515 "postinstall" : " composer install" ,
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" ,
16+ "start:client" : " php -S 127.0.0.1:8090 test/client.php" ,
17+ "start:server" : " php -S 127.0.0.1:8091 test/server.php" ,
1818 "start" : " npm-run-all --parallel start:client start:server"
1919 },
2020 "repository" : {
Original file line number Diff line number Diff line change 1919$ config = $ wire ->fuel ('config ' );
2020
2121$ config ->js ('ProcessGraphQL ' , [
22- 'GraphQLServerUrl ' => 'http://localhost:8081 ' ,
22+ 'GraphQLServerUrl ' => 'http://127.0.0.1:8091 ' ,
2323]);
2424
2525$ config ->scripts ->add ("https://unpkg.com/es6-promise@4.2.8/dist/es6-promise.auto.min.js " );
You can’t perform that action at this time.
0 commit comments