method

using_bun?

using_bun?()
private

No documentation available.

# File actioncable/lib/rails/generators/channel/channel_generator.rb, line 107
        def using_bun?
          # Cannot assume bun.lockb has been generated yet so we look for a file known to
          # be generated by the jsbundling-rails gem
          @using_bun ||= using_js_runtime? && root.join("bun.config.js").exist?
        end