Skip to content

Commit

Permalink
Add dev composer script for 3 players
Browse files Browse the repository at this point in the history
  • Loading branch information
solcloud committed Nov 1, 2023
1 parent 0794127 commit c5b892a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"dev": "php cli/server.php 1 8080 --debug & php cli/udp-ws-bridge.php",
"dev2": "php cli/server.php 2 8080 --debug & php cli/udp-ws-bridge.php & php cli/udp-ws-bridge.php 8082",
"dev2c": "php cli/server.php 2 8080 --debug & php cli/udp-ws-bridge.php & sleep 2 && php cli/client.php acode 8080",
"dev3c": "php cli/server.php 3 8080 --debug & php cli/udp-ws-bridge.php & sleep 1 ; php cli/client.php acode 8080 & php cli/client.php acode 8080",
"test": [
"@putenv TEST_ENVIRONMENT=true",
"@unit"
Expand Down

0 comments on commit c5b892a

Please sign in to comment.