8 lines
178 B
Ruby
8 lines
178 B
Ruby
# frozen_string_literal: true
|
|
|
|
require ::File.expand_path('../../config/environment', __FILE__)
|
|
Rails.application.eager_load!
|
|
|
|
ACTION_CABLE_SERVER = true
|
|
|
|
run ActionCable.server
|