You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: upgrade to React on Rails v16 enhanced bin/dev and Procfile system
- Update bin/dev to use new ReactOnRails::Dev::ServerManager from PR #1790
- Add support for multiple development modes:
* bin/dev (HMR development) - default mode
* bin/dev static - static assets with auto-recompilation
* bin/dev prod - production-optimized assets
* bin/dev kill - clean process termination
* bin/dev help - comprehensive help system
- Rename Procfile.dev-static to Procfile.dev-static-assets for v16 convention
- Add Procfile.dev-prod-assets for production-like asset development
- Preserve project-specific customizations (ReScript, locale tasks)
- Enhanced developer experience with better UI, error handling, and process management
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments