summaryrefslogtreecommitdiff
path: root/public/application.js
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-04-25 21:25:40 -0600
committermo khan <mo@mokhan.ca>2025-04-28 09:07:31 -0600
commit9b01d1616e130a589151bf1273e41181ecc727f4 (patch)
tree639ec3b3c3857042a551c8e88b09413f590ebcec /public/application.js
parent13ab8de7d09b5d4b10132828277d17ba0543b901 (diff)
feat: use htmx to render partials
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();
})