practice doing this
at main 285 B view raw
1# Pin npm packages by running ./bin/importmap 2 3pin "application" 4pin "@hotwired/turbo-rails", to: "turbo.min.js" 5pin "@hotwired/stimulus", to: "stimulus.min.js" 6pin "@hotwired/stimulus-loading", to: "stimulus-loading.js" 7pin_all_from "app/javascript/controllers", under: "controllers"