Use puma plugin for Tailwind in dev
All checks were successful
Ruby CI / test (pull_request) Successful in 24s

This commit is contained in:
Andrew Tomaka 2024-08-01 21:42:06 -04:00
parent 4d3971113f
commit 84a0ac4432
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

@ -50,6 +50,7 @@ port ENV.fetch("PORT", 3000)
# Allow puma to be restarted by `bin/rails restart` command.
plugin :tmp_restart
plugin :solid_queue
plugin :tailwindcss if ENV.fetch("RAILS_ENV", "development") == "development"
# Only use a pidfile when requested
pidfile ENV["PIDFILE"] if ENV["PIDFILE"]