Sha256: 51c3e42ecc8ea87d9967951f804dc7eb795d844eef035edb069543aa2f5f49be

Contents?: true

Size: 220 Bytes

Versions: 1

Compression:

Stored size: 220 Bytes

Contents

import { Application } from "@hotwired/stimulus";

const application = Application.start();

// Configure Stimulus development experience
application.debug = true;
window.Stimulus = application;

export { application };

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
masks-0.4.0 app/assets/javascripts/controllers/application.js