Skip to content

Commit

Permalink
Create bin/dev for solidqueue, and for likely future use
Browse files Browse the repository at this point in the history
  • Loading branch information
nimmolo committed May 2, 2024
1 parent 40c4cd3 commit 7695437
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions Procfile.dev
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
solidqueueworker: bundle exec rake solid_queue:start
8 changes: 8 additions & 0 deletions bin/dev
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env sh

if ! gem list foreman -i --silent; then
echo "Installing foreman..."
gem install foreman
fi

exec foreman start -f Procfile.dev "$@"

0 comments on commit 7695437

Please sign in to comment.