Use puma plugin for Tailwind in dev #22
1 changed files with 1 additions and 0 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue