Sha256: c0efb4b47cc04699275fc71dd301dcf8f0b633696073a86a5d1bb77fa2f24352
Contents?: true
Size: 522 Bytes
Versions: 131
Compression:
Stored size: 522 Bytes
Contents
#!/usr/bin/env ruby # NOTE: make sure we are loading the correct versions of things ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__) require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE']) # NOTE: importmap requires some rails goodness that we don't have in the engine, # because we don't have config/application.rb that loads the environment. require 'rails' # importmap-rails is not loaded automatically require 'importmap-rails' # the actual command runner require 'importmap/commands'
Version data entries
131 entries across 131 versions & 1 rubygems