method

using_node?

using_node?()
public

No documentation available.

# File actiontext/lib/generators/action_text/install/install_generator.rb, line 81
      def using_node?
        # Bun is the only runtime that _isn't_ node.
        @using_node ||= using_js_runtime? && !Pathname(destination_root).join("bun.config.js").exist?
      end