Installed importmaps, Stimulus and Turbo

This commit is contained in:
2025-06-21 23:30:58 +03:00
parent 02be5a53d6
commit bc9896d074
9 changed files with 54 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
// 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)