feat(shared): reorder AppError constructor to (message, code, status), add singleton logger, retry and TTL cache utilities
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { startHttpServer } from "./http/server.js";
|
||||
import { createChildLogger } from "./shared/logger/index.js";
|
||||
import { createChildLogger } from "@bete/shared/logger";
|
||||
import type { Server } from "node:http";
|
||||
|
||||
const logger = createChildLogger("backend");
|
||||
|
||||
Reference in New Issue
Block a user