chore(dev): use overmind instead of foreman
This commit is contained in:
parent
c83cc048c6
commit
8e1fc41ef3
1 changed files with 3 additions and 4 deletions
7
bin/dev
7
bin/dev
|
@ -1,9 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
if ! command -v foreman &> /dev/null
|
||||
if ! command -v overmind &> /dev/null
|
||||
then
|
||||
echo "Installing foreman..."
|
||||
gem install foreman
|
||||
echo "You need to install overmind. https://github.com/DarthSim/overmind#installation"
|
||||
fi
|
||||
|
||||
foreman start -f Procfile.dev "$@"
|
||||
OVERMIND_SKIP_ENV=true overmind start -f Procfile.dev "$@"
|
||||
|
|
Loading…
Reference in a new issue