Skip to content

Commit

Permalink
feat: add cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ourongxing committed Oct 3, 2024
1 parent f6a66f4 commit 4783129
Show file tree
Hide file tree
Showing 16 changed files with 987 additions and 240 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ dist/
.vercel
.output
.vinxi
.cache
.cache
.data
.wrangler
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,14 @@
"@tanstack/react-router": "^1.58.9",
"@tanstack/router-devtools": "^1.58.9",
"@unocss/reset": "^0.62.4",
"better-sqlite3": "^9.4.3",
"cheerio": "^1.0.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"fast-xml-parser": "^4.5.0",
"favicons-scraper": "^1.3.2",
"flat-cache": "^6.1.0",
"h3": "^1.12.0",
"iconv-lite": "^0.6.3",
"jotai": "^2.10.0",
"node-fetch": "^3.3.2",
"ofetch": "^1.4.0",
"overlayscrollbars": "^2.10.0",
"overlayscrollbars-react": "^0.5.6",
"react": "^18.3.1",
Expand All @@ -52,7 +49,9 @@
"@vitejs/plugin-react-swc": "^3.7.0",
"eslint": "^9.11.1",
"eslint-plugin-react-hooks": "^5.1.0-rc-778e1ed2-20240926",
"ofetch": "^1.4.0",
"eslint-plugin-react-refresh": "^0.4.12",
"nitro-cloudflare-dev": "^0.1.6",
"nitropack": "^2.9.7",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
Expand All @@ -61,6 +60,7 @@
"vite": "^5.4.8",
"vite-plugin-with-nitro": "0.0.0-beta.4",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.1"
"vitest": "^2.1.1",
"wrangler": "^3.79.0"
}
}
Loading

0 comments on commit 4783129

Please sign in to comment.