Skip to content

Commit

Permalink
feat: added logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Zaytsev committed Jun 9, 2023
1 parent 3cf5869 commit 6c1f303
Show file tree
Hide file tree
Showing 9 changed files with 127 additions and 112 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
.env
.DS_Store
.DS_Store
logs
52 changes: 33 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"scripts": {
"start": "node src"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
Expand All @@ -19,7 +18,8 @@
"markdown-escape": "^2.0.0",
"openai": "^3.2.1",
"showdown": "^2.1.0",
"telegraf": "^4.12.2"
"telegraf": "^4.12.2",
"tiny-track": "^0.1.0"
},
"devDependencies": {
"@types/axios": "^0.14.0"
Expand Down
Loading

0 comments on commit 6c1f303

Please sign in to comment.