Skip to content

Commit 26c8ce0

Browse files
committed
Remove lib/ocaml
1 parent 811e580 commit 26c8ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_blogposts/2025-11-11-introducing-rewatch.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ With an explicit interface file, the `.cmi` is generated from the `.resi` file.
243243

244244
### Faster Module Resolution with Flat Directory Layout
245245

246-
ReWatch employs another clever optimization for module resolution. When building your project, it copies all source files to a flat directory structure at `lib/ocaml/`. Instead of maintaining the original nested directory structure, every module ends up in one place.
246+
ReWatch employs another clever optimization for module resolution. When building your project, it copies all source files to a flat directory structure in the build output. Instead of maintaining the original nested directory structure, every module ends up in one place.
247247

248248
Think of it like organizing a library. The old approach was like having books scattered across multiple rooms and floors. To find a specific book, you'd need to check each room. ReWatch's approach is like putting all the books in one room. Finding what you need is instant.
249249

0 commit comments

Comments
 (0)