مراية لـ
https://github.com/postalserver/postal.git
تم المزامنة 2025-12-01 05:43:04 +00:00
6 أسطر
163 B
Ruby
6 أسطر
163 B
Ruby
# This file is used by Rack-based servers to start the application.
|
|
|
|
require_relative 'config/environment'
|
|
$0="[postal] #{ENV['PROC_NAME']}"
|
|
run Rails.application
|