mirror of
https://fastgit.cc/https://github.com/anomalyco/opencode
synced 2026-04-25 11:23:36 +08: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",
|
|
})
|