From 246478fd064e8b399c6f0cf36991abfb7345c36d Mon Sep 17 00:00:00 2001 From: zumbiepig <121742281+zumbiepig@users.noreply.github.com> Date: Sat, 31 Aug 2024 14:42:28 -0700 Subject: [PATCH] . --- index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.ts b/index.ts index 5ddbbb4..b511628 100644 --- a/index.ts +++ b/index.ts @@ -17,7 +17,7 @@ import { indexRouter } from './routes/index.ts'; const BASE_DIR = join(import.meta.dir, 'public'); const PORT = env.PORT ?? 3000; -const debugLogger = debug('app:server'); +const debugLogger = debug('minexlauncher:server'); const isDev = env.NODE_ENV === 'development'; const app = express();