Skip to content
Merged
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
1 change: 1 addition & 0 deletions cli/docs/claude-code-web.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ stack exec graph -- --help
- Downloads ~200MB of GHC (takes 2-5 minutes)
- Compiles all dependencies (takes 5-10 minutes)
- Subsequent builds are much faster (seconds to minutes)
- **Pro tip:** Start `stack build --fast` in the background immediately after setup, then begin making edits while dependencies compile. Most of the build time is compiling dependencies (not your code), so you can work in parallel.

## Troubleshooting

Expand Down
Loading