htmx and Tailwind CSS production setup

This commit is contained in:
Alphonse Paix
2025-09-16 19:42:35 +02:00
parent ee72073ff5
commit 626726d206
13 changed files with 1376 additions and 308 deletions

View File

@@ -43,7 +43,7 @@ sqlx = { version = "0.8.6", features = [
] }
thiserror = "2.0.16"
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] }
tower-http = { version = "0.6.6", features = ["trace"] }
tower-http = { version = "0.6.6", features = ["fs", "trace"] }
tower-sessions = "0.14.0"
tower-sessions-redis-store = "0.16.0"
tracing = "0.1.41"