Skip to content

Commit

Permalink
Fix Procfile.dev (#2749)
Browse files Browse the repository at this point in the history
In #2744, we moved away from Unicorn and switched to puma. While
Procfile got updated, Procfile.dev did not.
  • Loading branch information
slickepinne authored Jan 9, 2025
1 parent 8b0e79b commit 9da92cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile.dev
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
web: bundle exec unicorn -p $PORT -c ./config/unicorn.rb
web: bundle exec puma -C config/puma.rb
js: yarn build --watch
css: yarn build:css --watch

0 comments on commit 9da92cd

Please sign in to comment.