summaryrefslogtreecommitdiff
path: root/public/application.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/application.js')
-rw-r--r--public/application.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/application.js b/public/application.js
index 35ea2b6..ba478a8 100644
--- a/public/application.js
+++ b/public/application.js
@@ -73,5 +73,6 @@ document.addEventListener('DOMContentLoaded', (event) => {
app.config.compilerOptions.delimiters = ["${", "}"];
app.mount('#app')
+ htmx.logAll();
})