Upgrade to Rails 7, new JS build setup

This commit is contained in:
2022-02-12 13:55:56 -06:00
parent 836bd0a977
commit c33637003e
18 changed files with 279 additions and 29625 deletions
@@ -0,0 +1,9 @@
import { Application } from "@hotwired/stimulus"
const application = Application.start()
// Configure Stimulus development experience
application.debug = false
window.Stimulus = application
export { application }