open-next
open-next copied to clipboard
Cleanup `esbuildSync` and `esbuildAsync`
They seem identical. Do we need both? https://github.com/sst/open-next/blob/ba84a002b50f3b69dd78803ad9fa1114a368aed7/packages/open-next/src/build.ts#L763-L821
we can get rid of the non async one if it doesn't break the build. We had to use async for the plugin system iirc