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>
6 lines
116 B
JavaScript
6 lines
116 B
JavaScript
module.exports = {
|
|
content: ["./src/**/*.clj", "./resources/**/*.html"],
|
|
theme: { extend: {} },
|
|
plugins: []
|
|
}
|