From 2ec3692462d6656e1362362f5d47e2ec876303d8 Mon Sep 17 00:00:00 2001 From: Nate Kelley Date: Thu, 10 Jul 2025 12:53:00 -0600 Subject: [PATCH] Update tsup.config.ts --- apps/server/tsup.config.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/server/tsup.config.ts b/apps/server/tsup.config.ts index 98b18587e..a5f94e03d 100644 --- a/apps/server/tsup.config.ts +++ b/apps/server/tsup.config.ts @@ -29,7 +29,4 @@ export default defineConfig({ // Additional esbuild options for bun compatibility options.keepNames = true; // Preserve function names for better debugging }, - onSuccess: async () => { - console.log('Build completed successfully!'); - }, });