mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-12 21:16:28 +08:00
4 lines
141 B
Ruby
Executable file
Vendored
4 lines
141 B
Ruby
Executable file
Vendored
#!/usr/bin/env ruby
|
|
APP_PATH = File.expand_path('../config/application', __dir__)
|
|
require_relative '../config/boot'
|
|
require 'rails/commands'
|