| 1 | # Pin npm packages by running ./bin/importmap |
| 2 | |
| 3 | pin "application", preload: true |
| 4 | |
| 5 | pin "@hotwired/turbo-rails", to: "turbo.min.js", preload: true |
| 6 | pin "@hotwired/stimulus", to: "stimulus.min.js", preload: true |
| 7 | pin "@hotwired/stimulus-loading", to: "stimulus-loading.js", preload: true |
| 8 | |
| 9 | pin_all_from "app/javascript/controllers", under: "controllers" |