mirror of
https://github.com/discourse/discourse.git
synced 2025-09-04 08:47:37 +08:00
4 lines
146 B
Ruby
Executable file
4 lines
146 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
APP_PATH = File.expand_path('../../config/application', __FILE__)
|
|
require_relative '../config/boot'
|
|
require 'rails/commands'
|