This commit is contained in:
@@ -17,12 +17,13 @@ https://github.com/user-attachments/assets/8b50e7cf-cebe-4579-9cf3-8786b35f7b6b
|
|||||||
This is a Turborepo monorepo with three main packages:
|
This is a Turborepo monorepo with three main packages:
|
||||||
|
|
||||||
```
|
```
|
||||||
editor-v2/
|
editor/
|
||||||
├── apps/
|
├── apps/
|
||||||
│ └── editor/ # Next.js application
|
│ └── editor/ # Next.js application
|
||||||
├── packages/
|
├── packages/
|
||||||
│ ├── core/ # Schema definitions, state management, systems
|
│ ├── core/ # Schema definitions, state management, systems
|
||||||
│ └── viewer/ # 3D rendering components
|
│ ├── viewer/ # 3D rendering components
|
||||||
|
│ └── ui/ # Shared UI components
|
||||||
```
|
```
|
||||||
|
|
||||||
### Separation of Concerns
|
### Separation of Concerns
|
||||||
|
|||||||
Reference in New Issue
Block a user