if !ENV["RAILS_ENV"] && (ARGV == ["s"] || ARGV == ["server"])
if !ENV["RAILS_ENV"] && (ARGV[0] == "s" || ARGV[0] == "server")
ENV["UNICORN_PORT"] = "3000"
exec File.expand_path("unicorn", __dir__)
end
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.