import logger from "../../utils/logger"; async function main() { } main().catch((error) => { console.error(error); process.exitCode = 1; })