preload.ts 100 B

1234567
  1. import { Log } from "../src/util/log"
  2. Log.init({
  3. print: false,
  4. dev: true,
  5. level: "DEBUG",
  6. })