~cytrogen/masto-fe

ref: df6e7198984b42cf8d64e66548742e14264236a0 masto-fe/bin/heroku-web -rwxr-xr-x 139 bytes
df6e7198 — Claire Add display of out-of-band hashtags in the web interface (#26492) 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