mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 13:54:01 +00:00
8 lines
100 B
TypeScript
8 lines
100 B
TypeScript
import { Log } from "../src/util/log"
|
|
|
|
Log.init({
|
|
print: false,
|
|
dev: true,
|
|
level: "DEBUG",
|
|
})
|