2020-03-17 17:09:16 -04:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
require ::File.expand_path('../../config/environment', __FILE__)
|
|
|
|
Rails.application.eager_load!
|
|
|
|
|
2020-05-03 17:09:39 -04:00
|
|
|
ACTION_CABLE_SERVER = true
|
|
|
|
|
2020-06-01 14:08:07 -04:00
|
|
|
use ActionDispatch::RequestId
|
|
|
|
|
2020-03-17 17:09:16 -04:00
|
|
|
run ActionCable.server
|