]> cat aescling's git repositories - mastodon.git/blob - config.ru
Bump @babel/plugin-proposal-decorators from 7.12.12 to 7.12.13 (#15685)
[mastodon.git] / config.ru
1 # frozen_string_literal: true
2 # This file is used by Rack-based servers to start the application.
3
4 require ::File.expand_path('../config/environment', __FILE__)
5 run Rails.application
This page took 0.1257 seconds and 5 git commands to generate.