Sha256: 05793c5f5e75514fcd717db2fe98a58e743c40178262472b28034e3c9462f564
Contents?: true
Size: 268 Bytes
Versions: 4
Compression:
Stored size: 268 Bytes
Contents
import { Application } from "@hotwired/stimulus" const application = Application.start() // Configure Stimulus development experience application.debug = true window.Stimulus = application console.log("Hello from controllers/application.js") export { application }
Version data entries
4 entries across 4 versions & 1 rubygems