mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 09:16:36 +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",
|
|
})
|