Kit framework with Undertow, Reitit routing, Hiccup + HTMX templating, Tailwind CSS v4, PostgreSQL (empty database), and mobile-first index page. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5 lines
80 B
Clojure
5 lines
80 B
Clojure
(ns pmagnus.btcprice.dev-middleware)
|
|
|
|
(defn wrap-dev [handler _opts]
|
|
handler)
|