Sha256: 0c073345a8a16add18eafc621c214aeb55cbf3b6339c30c94f6d96ff57f9c334

Contents?: true

Size: 178 Bytes

Versions: 110

Compression:

Stored size: 178 Bytes

Contents

#!/usr/bin/env sh

PORT="${PORT:-3030}"
export PORT

if command -v overmind &> /dev/null; then
  overmind start -f Procfile.dev "$@"
else
  foreman start -f Procfile.dev "$@"
fi

Version data entries

110 entries across 110 versions & 1 rubygems

Version Path
avo-3.18.1.tw4 bin/dev
avo-3.18.1 bin/dev
avo-3.18.0.tw4 bin/dev
avo-3.18.0 bin/dev
avo-3.17.9.beta2 bin/dev
avo-3.17.9.beta1 bin/dev
avo-3.17.9.tw4 bin/dev
avo-3.17.9 bin/dev
avo-3.17.8.tw4 bin/dev
avo-3.17.8 bin/dev
avo-3.17.7 bin/dev
avo-3.17.6.tw4 bin/dev
avo-3.17.6 bin/dev
avo-3.17.5 bin/dev
avo-3.17.4 bin/dev
avo-3.17.3 bin/dev
avo-3.17.5.tw4 bin/dev
avo-3.17.4.tw4 bin/dev
avo-3.17.3.tw4 bin/dev
avo-3.17.2.tw4 bin/dev