mirror of
https://github.com/edcommonwealth/e2c-api.git
synced 2026-03-07 13:38:13 -08:00
4 lines
272 B
JavaScript
4 lines
272 B
JavaScript
// Import and register all your controllers from the importmap via controllers/**/*_controller
|
|
import { application } from "controllers/application"
|
|
import { eagerLoadControllersFrom } from "@hotwired/stimulus-loading"
|
|
eagerLoadControllersFrom("controllers", application)
|