Merge pull request #476 from buster-so/nate/hot-fix-server-build

Update tsup.config.ts
This commit is contained in:
Nate Kelley 2025-07-10 12:53:28 -06:00 committed by GitHub
commit f39a309a38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -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!');
},
});