Skip to content
Permalink
master
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
# frozen_string_literal: true
guard "process", name: "server", command: "script/server" do
watch "config.ru"
watch "Gemfile.lock"
watch "web/app.rb"
watch "web/unicorn.rb"
end