~cytrogen/masto-fe

ref: bd06c13204b13818cb2d7695d9af25fe813fcdb5 masto-fe/bin/heroku-web -rwxr-xr-x 139 bytes
bd06c132 — Renaud Chaput Convert `actions/account_notes` into Typescript (#26601) 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