method
using_bun?
v8.0.0 -
Show latest stable
- Class:
Rails::Generators::ChannelGenerator
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