run_prod.sh 75 B

1234567
  1. export STAGE="prod"
  2. cd ./bin
  3. while true; do
  4. ./server
  5. sleep 1
  6. done