Use puma plugin for Tailwind in dev (#22)

Reviewed-on: #22
This commit is contained in:
Andrew Tomaka 2024-08-01 21:47:52 -04:00
parent 4d3971113f
commit a705b07d01

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"]