changed the chat window so it scrolls properly and added a thinking tag
This commit is contained in:
13
package.json
Normal file
13
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user