You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
635 B

8 months ago
9 months ago
8 months ago
8 months ago
3 months ago
2 months ago
  1. // Js Controllers
  2. import "controllers"
  3. // Turbo
  4. import "@hotwired/turbo-rails"
  5. Turbo.setProgressBarDelay(300)
  6. // AlpineJs
  7. import Alpine from 'alpinejs'
  8. import 'alpine-turbo-drive-adapter'
  9. import 'alpine-clipboard'
  10. window.Alpine = Alpine
  11. Alpine.start()
  12. // Font Awesome
  13. import { far } from "@fortawesome/free-regular-svg-icons"
  14. import { fas } from "@fortawesome/free-solid-svg-icons"
  15. import { fab } from "@fortawesome/free-brands-svg-icons"
  16. import { library } from "@fortawesome/fontawesome-svg-core"
  17. import "@fortawesome/fontawesome-free"
  18. library.add(far, fas, fab)
  19. FontAwesome.config.mutateApproach = 'sync' // prevents flickering