Skip to content
Draft
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
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ bun run clean # Clean build artifacts

```
asset-forge/
├── packages/
├── apps/
│ └── core/ # Main application
│ ├── src/ # React frontend
│ │ ├── components/ # UI components
Expand All @@ -115,6 +115,7 @@ asset-forge/
│ ├── public/ # Static assets
│ ├── scripts/ # Utility scripts
│ └── dev-book/ # Documentation
├── packages/ # Shared packages
├── package.json # Workspace root
├── turbo.json # Build config
└── README.md # This file
Expand Down
Loading