serverless-esbuild
serverless-esbuild copied to clipboard
feat: add custom esbuild entrypoint in function definitions
Fixes #533
This pull request adds an esbuildEntrypoint field in the functions definitions to override the entrypoint used by ESBuild to build the function.
As discussed in the issue, I'm not sure this is the best way to do this, let me know.
Thank you!