- 添加数据库连接配置示例以支持本地PostgreSQL环境 - 移除项目中不再使用的 dayjs 依赖及其相关锁定信息 - 移除未使用的 dayjs 依赖项
2 lines
66 B
Plaintext
2 lines
66 B
Plaintext
DATABASE_URL=postgres://postgres:postgres@localhost:5432/postgres
|