مراية لـ
https://github.com/postalserver/postal.git
تم المزامنة 2025-11-30 21:32:30 +00:00
7 أسطر
172 B
Ruby
ملف تنفيذي
7 أسطر
172 B
Ruby
ملف تنفيذي
#!/usr/bin/env ruby
|
|
# frozen_string_literal: true
|
|
|
|
APP_PATH = File.expand_path("../config/application", __dir__)
|
|
require_relative "../config/boot"
|
|
require "rails/commands"
|