Skip to content

Commit

Permalink
Also apply to overmind command
Browse files Browse the repository at this point in the history
  • Loading branch information
joemasilotti committed Sep 1, 2023
1 parent 71164ad commit bfd4f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/dev
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

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

0 comments on commit bfd4f3a

Please sign in to comment.