Basic kysely setup
This commit is contained in:
@@ -25,13 +25,6 @@ import { env } from "./env";
|
||||
import serverTiming from "@elysia/server-timing";
|
||||
import jwt from "@elysia/jwt";
|
||||
|
||||
const log = pino({
|
||||
level: env.LOG_LEVEL,
|
||||
transport: env.NODE_ENV != "production"
|
||||
? { target: "pino-pretty" }
|
||||
: undefined,
|
||||
});
|
||||
|
||||
// SERVICES
|
||||
// -----------
|
||||
const levelCalculator = new LevelCalculator(
|
||||
|
||||
Reference in New Issue
Block a user