move logger into special file

This commit is contained in:
2025-07-06 20:54:48 +02:00
parent f82d9cea79
commit c6e5c76187
13 changed files with 77 additions and 19 deletions

View File

@@ -1,4 +1,5 @@
import { logger, streamerApi, streamerId, streamerUsers } from "..";
import { streamerApi, streamerId, streamerUsers } from "..";
import logger from "./logger";
import { User } from "../user";
type SuccessfulTimeout = { status: true };