Commit graph

5 commits

Author SHA1 Message Date
Roo Code
fe87e25816 fix: add missing bundle and watch:bundle tasks to root turbo.json
Fixes #6432 - Windows debugging issue where VSCode debug configuration
failed because the root turbo.json was missing the bundle and watch:bundle
task definitions that are required by the debug tasks.

The issue occurred because:
- VSCode debug configuration runs the default build task (watch)
- The watch task depends on watch:bundle via turbo
- Root turbo.json was missing bundle and watch:bundle task definitions
- This caused "Cannot find module extension.js" error on Windows

Changes:
- Added bundle task with outputs configuration
- Added watch:bundle task with cache disabled
- Both tasks now properly delegate to workspace-specific implementations
2025-07-30 14:44:09 +00:00
Chris Estreich
73f39616c3
Improve turbo task dependency declarations (#4323) 2025-06-04 09:32:27 -07:00
Chris Estreich
057ac3e428
Add dependsOn for watch:esbuild script (#4026) 2025-05-26 22:00:39 -07:00
Chris Estreich
e66136f1aa
Add a new @roo-code/types package and use it everywhere (#3912) 2025-05-26 12:06:45 -07:00
Chris Estreich
57249a0881
PNPM + Turbo monorepo + Nightly releases (#3407) 2025-05-21 21:01:20 -07:00