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