import { app } from '@/app.ts'; import '../cnb.ts' import "@/routes/auth.ts" import util from "node:util" export { app } export const showMore = (data: any) => { return util.inspect(data, { depth: null, colors: true }) }