try fix for windows, change how logging works allows much more flexibility
All checks were successful
Code quality checks / biome (push) Successful in 9s
All checks were successful
Code quality checks / biome (push) Successful in 9s
This commit is contained in:
parent
15d4978ac5
commit
f313a8a329
6 changed files with 297 additions and 51 deletions
|
@ -1,5 +1,6 @@
|
|||
import { readFileSync } from "node:fs";
|
||||
import { resolve } from "node:path";
|
||||
|
||||
import type { LogLevel, LoggerConfig } from "@types";
|
||||
|
||||
const logLevelValues = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue