refactor: 清理未使用依赖并更新配置示例

- 添加数据库连接配置示例以支持本地PostgreSQL环境
- 移除项目中不再使用的 dayjs 依赖及其相关锁定信息
- 移除未使用的 dayjs 依赖项
This commit is contained in:
2026-01-17 01:58:49 +08:00
parent b934c1c08b
commit 2db0eb2428
3 changed files with 1 additions and 4 deletions

View File

@@ -17,7 +17,6 @@
"@tanstack/react-router-devtools": "^1.150.0",
"@tanstack/react-router-ssr-query": "^1.150.0",
"@tanstack/react-start": "^1.150.0",
"dayjs": "^1.11.19",
"drizzle-orm": "^1.0.0-beta.9-e89174b",
"drizzle-zod": "^1.0.0-beta.9-e89174b",
"postgres": "^3.4.8",