application.js 488 B

12345678910111213
  1. // This file is automatically compiled by Webpack, along with any other files
  2. // present in this directory. You're encouraged to place your actual application logic in
  3. // a relevant structure within app/javascript and only use these pack files to reference
  4. // that code so it'll be compiled.
  5. import Rails from "@rails/ujs"
  6. import Turbolinks from "turbolinks"
  7. import * as ActiveStorage from "@rails/activestorage"
  8. import "channels"
  9. Rails.start()
  10. Turbolinks.start()
  11. ActiveStorage.start()