Sha256: bfeea492a5d51682e8517eca2cdfac48b17521d0fd20f71fabc07014ba8c3768

Contents?: true

Size: 620 Bytes

Versions: 2

Compression:

Stored size: 620 Bytes

Contents

# frozen_string_literal: true

CableReady.configure do |config|
  # Enable/disable exiting / warning when the sanity checks fail options:
  # `:exit` or `:warn` or `:ignore`
  #
  # config.on_failed_sanity_checks = :exit

  # Enable/disable assets compilation
  # `true` or `false`
  #
  # config.precompile_assets = true

  # Define your own custom operations
  # https://cableready.stimulusreflex.com/customization#custom-operations
  #
  # config.add_operation_name :jazz_hands

  # Change the default Active Job queue used for broadcast_later and broadcast_later_to
  #
  # config.broadcast_job_queue = :default
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
stimulus_reflex-3.5.0.pre10 lib/generators/stimulus_reflex/templates/config/initializers/cable_ready.rb
cable_ready-5.0.0.pre10 lib/generators/cable_ready/templates/config/initializers/cable_ready.rb