From 3bbf5b584859657734a6a71302920ac158f6f08b Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Sun, 5 Oct 2025 00:26:44 +0300 Subject: [PATCH] fix: correct export statement for LogLevel to include file extension --- src/backend/types/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/types/index.ts b/src/backend/types/index.ts index d97c657..5bc5c22 100644 --- a/src/backend/types/index.ts +++ b/src/backend/types/index.ts @@ -1,6 +1,6 @@ import { LogLevel } from './log.js'; -export * from './log'; +export * from './log.js'; export interface GeoIPLocation { country?: {