مراية لـ
https://github.com/postalserver/postal.git
تم المزامنة 2025-11-30 21:32:30 +00:00
7 أسطر
160 B
Ruby
7 أسطر
160 B
Ruby
# frozen_string_literal: true
|
|
|
|
# This file is used by Rack-based servers to start the application.
|
|
|
|
require_relative "config/environment"
|
|
run Rails.application
|