Basic kysely setup

This commit is contained in:
Dominic Ferrando
2026-07-01 23:16:31 -04:00
parent ab6eb56814
commit 593db80067
6 changed files with 124 additions and 8 deletions
-7
View File
@@ -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(