~cytrogen/masto-fe

ref: a5dbb1ee5a59fd3d4f99a9b28ac3822546ac712f masto-fe/bin/heroku-web -rwxr-xr-x 139 bytes
a5dbb1ee — Claire Merge commit '5a437edc7f22d5797e5af29d9b450a03eccec304' into glitch-soc/merge-upstream 2 years ago
                                                                                
1
2
#!/bin/bash
if [ "$RUN_STREAMING" != "true" ]; then BIND=0.0.0.0 bundle exec puma -C config/puma.rb; else BIND=0.0.0.0 node ./streaming; fi