fix: correct export statement for LogLevel to include file extension

This commit is contained in:
Tudor Stanciu 2025-10-05 00:26:44 +03:00
parent 2287da53f4
commit 3bbf5b5848

View File

@ -1,6 +1,6 @@
import { LogLevel } from './log.js'; import { LogLevel } from './log.js';
export * from './log'; export * from './log.js';
export interface GeoIPLocation { export interface GeoIPLocation {
country?: { country?: {