Sha256: bce1faa61f398d9d291d6d71006a07f4d9cd10146db51daef590636994928fd5
Contents?: true
Size: 252 Bytes
Versions: 16
Compression:
Stored size: 252 Bytes
Contents
import { Application } from "@hotwired/stimulus" const application = Application.start() // Configure Stimulus development experience application.warnings = true application.debug = false window.Stimulus = application export { application }
Version data entries
16 entries across 16 versions & 2 rubygems