chore: add comment to clarify app initialization process

This commit is contained in:
MythEclipse
2026-05-29 20:54:57 +07:00
parent 8c3bb77984
commit 687fcec62c
+1 -1
View File
@@ -6,7 +6,7 @@ import { initializeApp } from "./app/bootstrap.js";
import { createChildLogger } from "./logger.js";
const logger = createChildLogger("bot");
// Initialize the app
initializeApp().catch((error) => {
logger.error({ error }, "Failed to initialize app");
process.exit(1);