remove pino

This commit is contained in:
2025-05-08 23:43:56 +08:00
parent aa4d2b5451
commit c3b24ec29c
9 changed files with 1945 additions and 200 deletions

View File

@@ -38,7 +38,7 @@ export const changeRootPassword = async () => {
});
const user = await User.findOne({ where: { username: 'root' } });
if (user) {
await user.createPassword('123456');
await user.createPassword('Abear123456x');
await user.save();
console.log('change root password done');
process.exit(0);