diff --git a/config/puma.rb b/config/puma.rb index 2fe7e08..35b5f9c 100644 --- a/config/puma.rb +++ b/config/puma.rb @@ -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"]