Problems using live_svelte on render.com

Part of the live_svelte installation process involves making modifications to the esbuild configuration, and removing esbuild from the deps list subsequent to the first fetch.

I believe something about these changes results in render.com not being able to find the esbuild module as that is the error that the build yields just before failing.

Now this is building from a git repo, if it was a docker image then it’s already built, but does this mean that live_svelte can only be deployed on render.com using a docker image?

Has anyone using live_svelte been able to deploy with render.com by building from the repo?