Replace the Clojure Kit application with a Python FastAPI app that produces identical HTML output. WebSocket proxy, Danish number formatting, and HTMX integration all preserved. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
6 lines
115 B
JavaScript
6 lines
115 B
JavaScript
module.exports = {
|
|
content: ["./app/**/*.py", "./resources/**/*.html"],
|
|
theme: { extend: {} },
|
|
plugins: []
|
|
}
|