paulca / paulca.com Public

Clone
git clone https://amadan.net/paulca/paulca.com

Plain git — no account needed to clone.

1import { Application } from "@hotwired/stimulus"
2
3const application = Application.start()
4
5// Configure Stimulus development experience
6application.debug = false
7window.Stimulus = application
8
9export { application }
10