Skip to content

feat: simplify render command and bump version to 0.1.2#17

Closed
jsongo wants to merge 2 commits intomainfrom
feat/simplify-render-command-v0.1.2
Closed

feat: simplify render command and bump version to 0.1.2#17
jsongo wants to merge 2 commits intomainfrom
feat/simplify-render-command-v0.1.2

Conversation

@jsongo
Copy link
Owner

@jsongo jsongo commented Feb 7, 2026

Summary

This PR simplifies the rendering workflow by making the "Build + Static Server" mode the default render command. This ensures maximum stability and avoids common issues with dev server buffers.

Key changes:

  • Consolidated render:fast into the default render script in the init template.
  • Updated render to automatically run build and use http-server.
  • Set default concurrency to 4 in the template.
  • Bumped all package versions to 0.1.2.

Test plan

  1. Run open-motion init test-proj.
  2. Verify package.json in test-proj has the new simplified render command.
  3. Run npm run render and verify it builds and renders correctly.

🤖 Generated with Claude Code

jsongo and others added 2 commits February 7, 2026 19:17
- Add --chromium-path option to CLI for custom browser path
- Set PLAYWRIGHT_CHROMIUM_EXECUTABLE_PATH environment variable from CLI option
- Update renderer to use process.env.PLAYWRIGHT_CHROMIUM_EXECUTABLE_PATH
- Bump all package versions to 0.1.1

Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
- Merge render:fast logic into the default render command
- Default render now performs: build -> start static server -> render -> cleanup
- Default concurrency set to 4 for faster rendering
- Bump all package versions to 0.1.2

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@jsongo jsongo closed this Feb 7, 2026
@jsongo jsongo deleted the feat/simplify-render-command-v0.1.2 branch February 7, 2026 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant