summaryrefslogtreecommitdiffhomepage
path: root/src/controllers/application.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/controllers/application.js')
-rw-r--r--src/controllers/application.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/controllers/application.js b/src/controllers/application.js
new file mode 100644
index 0000000..1213e85
--- /dev/null
+++ b/src/controllers/application.js
@@ -0,0 +1,9 @@
+import { Application } from "@hotwired/stimulus"
+
+const application = Application.start()
+
+// Configure Stimulus development experience
+application.debug = false
+window.Stimulus = application
+
+export { application }