~cytrogen/masto-fe

ref: 610cf6c3713e414995ea1a57110db400ccb88dd2 masto-fe/config.ru -rw-r--r-- 178 bytes
610cf6c3 — Eugen Rochko Fix trend calculation working on too many items at a time (#25835) 2 years ago
                                                                                
1
2
3
4
5
6
# frozen_string_literal: true

# This file is used by Rack-based servers to start the application.

require File.expand_path('config/environment', __dir__)
run Rails.application