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
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pnpm exec playwright install

The repository contains two main packages:
- `wokwi-cli`: The command-line interface for Wokwi.
- `wokwi-js`: The JavaScript client library used to interact with Wokwi from a browser iframe.
- `wokwi-client-js`: The JavaScript client library used to interact with Wokwi from a browser iframe.

When you run `pnpm` commands from the repository root, the monorepo configuration determines which packages the command runs in. For example, `pnpm build` runs the build across packages, while `pnpm lint` runs `eslint .` for the whole repository.

Expand Down
Loading