This commit is contained in:
2026-03-18 14:43:20 +07:00
parent f32c282698
commit dda2151b5c
3 changed files with 38 additions and 8 deletions

View File

@@ -363,4 +363,4 @@ app.listen(PORT, () => {
console.log(` Password: ${process.env.ADMIN_PASSWORD || 'admin'}`);
console.log('');
console.log('📝 Make sure to configure your database in .env file');
});
});