Sha256: 0c073345a8a16add18eafc621c214aeb55cbf3b6339c30c94f6d96ff57f9c334

Contents?: true

Size: 178 Bytes

Versions: 99

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

99 entries across 99 versions & 1 rubygems

Version Path
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
avo-3.17.2 bin/dev
avo-3.17.1.tw4 bin/dev
avo-3.17.1 bin/dev
avo-3.17.0 bin/dev
avo-3.16.6 bin/dev
avo-3.16.5 bin/dev
avo-3.16.4 bin/dev
avo-3.16.3 bin/dev
avo-3.16.2 bin/dev
avo-3.16.1 bin/dev
avo-3.16.0 bin/dev