method

using_bun?

using_bun?()
public

No documentation available.

# File actiontext/lib/generators/action_text/install/install_generator.rb, line 82
      def using_bun?
        # Cannot assume yarn.lock has been generated yet so we look for a file known to
        # be generated by the jsbundling-rails gem
        @using_bun ||= using_js_runtime? && Pathname(destination_root).join("bun.config.js").exist?
      end