mirror of https://github.com/buster-so/buster.git
Merge pull request #476 from buster-so/nate/hot-fix-server-build
Update tsup.config.ts
This commit is contained in:
commit
f39a309a38
|
@ -29,7 +29,4 @@ export default defineConfig({
|
||||||
// Additional esbuild options for bun compatibility
|
// Additional esbuild options for bun compatibility
|
||||||
options.keepNames = true; // Preserve function names for better debugging
|
options.keepNames = true; // Preserve function names for better debugging
|
||||||
},
|
},
|
||||||
onSuccess: async () => {
|
|
||||||
console.log('Build completed successfully!');
|
|
||||||
},
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue