Sha256: 0fa272ef1929f7e109ddb49a113edb6d30cc4a4ab51af9ee1db7e512bbd98b24
Contents?: true
Size: 218 Bytes
Versions: 9
Compression:
Stored size: 218 Bytes
Contents
import { application } from "./application" import { registerControllers } from "stimulus-vite-helpers" const controllers = import.meta.globEager("./**/*_controller.js"); registerControllers(application, controllers)
Version data entries
9 entries across 9 versions & 2 rubygems