method

using_node?

rails latest stable - Class: Rails::Generators::ChannelGenerator
using_node?()
private

No documentation available.

# File actioncable/lib/rails/generators/channel/channel_generator.rb, line 111
        def using_node?
          # Bun is the only runtime that _isn't_ node.
          @using_node ||= using_js_runtime? && !root.join("bun.config.js").exist?
        end