method
using_bun?
rails latest stable - Class:
Rails::Generators::ChannelGenerator
using_bun?()private
No documentation available.
# File actioncable/lib/rails/generators/channel/channel_generator.rb, line 105
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