feat: center change

This commit is contained in:
2025-04-06 23:25:46 +08:00
parent bfe8463212
commit 226f9a6896
23 changed files with 521 additions and 119 deletions

View File

@@ -71,6 +71,9 @@ const config = {
'sequelize', // 数据库 orm
'ioredis', // redis
'pg', // pg
'pino', // pino
'pino-pretty', // pino-pretty
],
};
export default config;