feat: caching chat history & dto

This commit is contained in:
Per Stark
2026-02-14 19:43:34 +01:00
parent c6e499e5dc
commit 93ac56ebc7
10 changed files with 350 additions and 32 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "html-router",
"version": "1.0.0",
"scripts": {
"tailwind": "npx @tailwindcss/cli -i app.css -o assets/style.css -w -m"
"tailwind": "tailwindcss -i app.css -o assets/style.css --watch=always"
},
"author": "",
"license": "ISC",