hackatime/config/importmap.rb
2025-03-13 19:01:30 -04:00

9 lines
363 B
Ruby

# Pin npm packages by running ./bin/importmap
pin "application"
pin "@hotwired/turbo-rails", to: "turbo.min.js"
pin "@hotwired/stimulus", to: "stimulus.min.js"
pin "@hotwired/stimulus-loading", to: "stimulus-loading.js"
pin_all_from "app/javascript/controllers", under: "controllers"
pin "plausible", to: "https://plausible.io/js/script.file-downloads.hash.js"