Sha256: 88d04b7e5ad5b29d956c4d026c99ca7e586b4852abfa0f628946ba9fbb7c2bb8
Contents?: true
Size: 256 Bytes
Versions: 6
Compression:
Stored size: 256 Bytes
Contents
#!/bin/sh # script/server: Launch the application and any extra required processes # locally. set -e cd "$(dirname "$0")/.." test -z "$RACK_ENV" && RACK_ENV='development' # Boot the app and any other necessary processes overmind start -f Procfile.dev
Version data entries
6 entries across 6 versions & 1 rubygems