forked from imbytecat/fullstack-starter
refactor: 清理未使用依赖并更新配置示例
- 添加数据库连接配置示例以支持本地PostgreSQL环境 - 移除项目中不再使用的 dayjs 依赖及其相关锁定信息 - 移除未使用的 dayjs 依赖项
This commit is contained in:
1
.env.example
Normal file
1
.env.example
Normal file
@@ -0,0 +1 @@
|
||||
DATABASE_URL=postgres://postgres:postgres@localhost:5432/postgres
|
||||
Reference in New Issue
Block a user