مراية لـ
https://github.com/postalserver/postal.git
تم المزامنة 2026-01-16 13:13:35 +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"
|