Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ https://github.com/user-attachments/assets/8b50e7cf-cebe-4579-9cf3-8786b35f7b6b
This is a Turborepo monorepo with three main packages:

```
editor-v2/
editor/
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The editor-v2/editor/ rename is correct and matches the current monorepo structure. However, the patch is missing an update to the root-level package.json workspace field and any turbo.json references to the old path — if those exist, this change alone would break the build. Worth confirming all workspace globs are consistent.

├── apps/
│ └── editor/ # Next.js application
├── packages/
│ ├── core/ # Schema definitions, state management, systems
│ └── viewer/ # 3D rendering components
│ ├── viewer/ # 3D rendering components
│ └── ui/ # Shared UI components
```

### Separation of Concerns
Expand Down