changed the chat window so it scrolls properly and added a thinking tag

This commit is contained in:
2025-06-10 09:24:19 +01:00
parent e9894b7fa7
commit bf0dcc3e80
2 changed files with 30 additions and 1 deletions

13
package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "timerkeeper-web",
"version": "1.0.0",
"description": "A web application for Timerkeeper",
"main": "index.html",
"scripts": {
"dev": "http-server ."
},
"dependencies": {},
"devDependencies": {
"http-server": "^0.14.0"
}
}