a11yist/app/javascript/application.js
david 016985d2cb
Some checks failed
/ Run tests (push) Failing after 1m44s
/ Run system tests (push) Failing after 1m46s
/ Build, push and deploy image (push) Has been skipped
Add hot keys feature
2024-11-09 03:54:25 +01:00

8 lines
193 B
JavaScript

// Entry point for the build script in your package.json
import "@hotwired/turbo-rails"
import "./controllers"
import * as bootstrap from "bootstrap"
import "trix"
import "@rails/actiontext"