mirror of
https://github.com/basecamp/once-campfire.git
synced 2026-02-22 04:30:33 +09:00
9 lines
171 B
JavaScript
9 lines
171 B
JavaScript
import { Application } from "@hotwired/stimulus"
|
|
|
|
const application = Application.start()
|
|
|
|
application.debug = false
|
|
window.Stimulus = application
|
|
|
|
export { application }
|