Sha256: f4b7cf80db5a8c073253d9e96c8a6749a07b4e3f28883ba2e38ee97435ad1092
Contents?: true
Size: 246 Bytes
Versions: 7
Compression:
Stored size: 246 Bytes
Contents
import { Application } from "@hotwired/stimulus" const application = Application.start() // Configure Stimulus development experience application.debug = location.hostname === "localhost" window.Stimulus = application export { application }
Version data entries
7 entries across 7 versions & 1 rubygems