Commit 0dcd656
committed
feat: add Remotion entry point with registerRoot()
The project was missing a proper Remotion entry file that calls
registerRoot(). This is required by `remotion lambda sites create`
to bundle and deploy the site to S3.
remotion/index.ts only re-exports components — it doesn't register
the root. This new entry.ts is the correct entry point for Lambda
deploys and Remotion Studio.1 parent a23f23e commit 0dcd656
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
0 commit comments