mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-05 21:47:48 +01:00
lint fix
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
/* eslint-disable no-console */
|
||||
import { join } from "path";
|
||||
import { format as utilFormat } from "node:util";
|
||||
import checkAndCopyConfig, { getSettings } from "utils/config/config";
|
||||
|
||||
import winston from "winston";
|
||||
|
||||
import checkAndCopyConfig, { getSettings } from "utils/config/config";
|
||||
|
||||
let winstonLogger;
|
||||
|
||||
function init() {
|
||||
|
||||
Reference in New Issue
Block a user