Commit 1d2754f
Miriad
fix: use @remotion/lambda/client to avoid @rspack/binding in serverless
The main @remotion/lambda entry point re-exports from @remotion/bundler
which pulls in @rspack/core → @rspack/binding (native binary). The /client
subpath only exports renderMediaOnLambda + getRenderProgress without the
bundler dependency chain. This is the official Remotion approach for
serverless environments.1 parent a712443 commit 1d2754f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments