diff --git a/bun.lockb b/bun.lockb index 60087a2..a577e3c 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index b450e60..4cb6289 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "prettier": "3.3.3" }, "dependencies": { - "@lilybird/handlers": "^0.6.0-beta.11", + "@lilybird/handlers": "^0.6.0-beta.14", "@lilybird/jsx": "0.3.0", "@lilybird/transformers": "^0.4.1", "@paperdave/logger": "^3.0.1", diff --git a/src/index.ts b/src/index.ts index 45bc058..7788118 100644 --- a/src/index.ts +++ b/src/index.ts @@ -11,7 +11,6 @@ process.on("uncaughtException", console.error); handler.cachePath = `${import.meta.dir}/lily-cache/handler`; -handler.addDebugListener(console.log); await handler.scanDir(`${import.meta.dir}/commands`); await handler.scanDir(`${import.meta.dir}/listeners`);