Skip to content

Commit

Permalink
remove useless todo App
Browse files Browse the repository at this point in the history
  • Loading branch information
yunwei37 committed Jun 15, 2023
1 parent 0a22c82 commit 246d9d1
Show file tree
Hide file tree
Showing 6 changed files with 406 additions and 65 deletions.
22 changes: 0 additions & 22 deletions lib/TodosClass.ts

This file was deleted.

2 changes: 1 addition & 1 deletion lib/cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class StatCache<T> {
private data: Record<string, CacheEntry<T>>;
private maxAge: number;

constructor(maxAge = 3000000) { // Default to 50 minutes
constructor(maxAge = 1000 * 60 * 60 * 24) { // Default to 1 days
this.data = {};
this.maxAge = maxAge;
}
Expand Down
205 changes: 205 additions & 0 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@
"@types/react-dom": "18.0.11",
"@types/uuid": "^9.0.1",
"axios": "^1.4.0",
"bootstrap": "^5.3.0",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"langchain": "^0.0.92",
"least-squares": "^0.0.2",
"next": "13.3.0",
"react": "18.2.0",
"react-bootstrap": "^2.7.4",
"react-dom": "18.2.0",
"typescript": "5.0.4",
"uuid": "^9.0.0"
Expand Down
Loading

1 comment on commit 246d9d1

@vercel
Copy link

@vercel vercel bot commented on 246d9d1 Jun 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.