feat: 修改为bun,优化代码
This commit is contained in:
@@ -11,7 +11,8 @@ export type PostgresConfig = {
|
||||
};
|
||||
};
|
||||
if (!config.POSTGRES_PASSWORD || !config.POSTGRES_USER) {
|
||||
console.error('postgres config is required password and user');
|
||||
log.error('postgres config is required password and user');
|
||||
log.error('config', config);
|
||||
process.exit(1);
|
||||
}
|
||||
const postgresConfig = {
|
||||
|
||||
Reference in New Issue
Block a user