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