Sha256: 2f1f93c81a27b1effb7f834685db5df8d6a5fe7d2785d4fa033297273d4a5705

Contents?: true

Size: 419 Bytes

Versions: 14

Compression:

Stored size: 419 Bytes

Contents

// Load all the controllers within this directory and all subdirectories.
// Controller files must be named *_controller.js.
import { Application } from 'stimulus'
import { registerControllers } from 'stimulus-vite-helpers'

const application = Application.start()
const controllers = import.meta.globEager('./**/*_controller.js')
registerControllers(application, controllers)

window.stimulusApplication = application

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
maglevcms-1.5.1 app/frontend/admin/index.js
maglevcms-1.4.0 app/frontend/admin/index.js
maglevcms-1.3.0 app/frontend/admin/index.js
maglevcms-1.2.2 app/frontend/admin/index.js
maglevcms-1.2.1 app/frontend/admin/index.js
maglevcms-1.2.0 app/frontend/admin/index.js
maglevcms-1.1.7 app/frontend/admin/index.js
maglevcms-1.1.6 app/frontend/admin/index.js
maglevcms-1.1.5 app/frontend/admin/index.js
maglevcms-1.1.4 app/frontend/admin/index.js
maglevcms-1.1.3 app/frontend/admin/index.js
maglevcms-1.1.2 app/frontend/admin/index.js
maglevcms-1.1.1 app/frontend/admin/index.js
maglevcms-1.1.0 app/frontend/admin/index.js