Sha256: fc0e7475b5e71a8ea01e4edfb80f05a08f11e412a097a835e045395c52801a7f
Contents?: true
Size: 370 Bytes
Versions: 1
Compression:
Stored size: 370 Bytes
Contents
console.log('Vite ⚡️ Rails - GBL Admin') // Import Stimulus and controllers import { Application } from '@hotwired/stimulus' import ResultsController from "./controllers/results_controller" // Initialize Stimulus window.Stimulus = Application.start() // Register controllers Stimulus.register("results", ResultsController) // Import channels import './channels';
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
geoblacklight_admin-0.7.0 | app/javascript/index.js |