Conversation
`just dev` was only running `just demo web` (the Vite dev server), but it should run `just demo` which concurrently starts the relay, publisher, and web client. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The boytacean build.rs tries to write generated code to its source directory, which fails in Nix's read-only sandbox. The gen-mock feature skips this code generation. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
WalkthroughThe changes include modifications to the build configuration and dependency management. The justfile's 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
just devwas only runningjust demo web(the Vite dev server alone)just demo, which concurrently starts the relay, publisher (bbb), and web clientTest plan
just devand verify all three services start concurrently🤖 Generated with Claude Code