feat: get production read

This commit is contained in:
Lukas Werner
2025-12-01 12:24:34 -08:00
parent 63e070e8e1
commit c1e8556582
9 changed files with 12 additions and 30 deletions
+5
View File
@@ -0,0 +1,5 @@
module.exports = {
content: ["./**/*.html", "./**/*.templ", "./**/*.go",],
theme: { extend: {}, },
plugins: [],
}