Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 367 Bytes

File metadata and controls

15 lines (8 loc) · 367 Bytes

Notes:

  • The codebase uses "pnpm" as the package manager.

Validations

Run pnpm check to type check & lint the codebase.

Learning more about the "effect" and "@effect/*" libraries

The full source code for the "effect" library is available in the following directory:

.repos/effect

Do not use node_modules for learning about the effect libraries.