Sha256: 1bfabd43c0215b389e9de707b8028195c3d3944301f2d34b2e2faaa0e195fe55

Contents?: true

Size: 412 Bytes

Versions: 1

Compression:

Stored size: 412 Bytes

Contents

import { Application } from "@hotwired/stimulus"

const application = Application.start()

// Configure Stimulus development experience
application.warnings = true
application.debug    = false
window.Stimulus      = application

// Register components controllers
import registerControllersFrom from "./helpers.js"

registerControllersFrom(require("../../components/**/*_controller.js"))

export { application }

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
material_view_components-0.1.1 app/javascript/controllers/application.js