2024-05-26 10:45:10 +00:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2024-04-13 10:22:40 +00:00
|
|
|
# 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"
|
2024-05-30 07:40:36 +00:00
|
|
|
pin "trix"
|
|
|
|
pin "@rails/actiontext", to: "actiontext.esm.js"
|