blob: c50bc41511d93f439aa4d1f686919d48a116c96b (
plain)
1
2
3
4
5
6
7
8
9
10
|
# frozen_string_literal: true
require ::File.expand_path('../../config/environment', __FILE__)
Rails.application.eager_load!
ACTION_CABLE_SERVER = true
use ActionDispatch::RequestId
run ActionCable.server
|