Skip to content

Commit

Permalink
Merge pull request #4062 from DFE-Digital/add-bin-dev-back
Browse files Browse the repository at this point in the history
bin/dev was accidentally deleted - recreate it
  • Loading branch information
inulty-dfe authored Feb 19, 2024
2 parents 7ff4a04 + 322e675 commit 60ce955
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions bin/dev
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/env bash

if ! command -v foreman &> /dev/null
then
echo "Installing foreman..."
gem install foreman
fi

foreman start -f Procfile.dev "$@"

0 comments on commit 60ce955

Please sign in to comment.