Skip to content

Commit

Permalink
docs: contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
ycjcl868 committed Feb 14, 2025
1 parent c83d10e commit bd995fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ This is a [Monorepo](https://pnpm.io/workspaces) project including the following
└── vitest.*.mts # Unit test configuration
```

> **Note**: The `src` directory is located in the top-level directory instead of the `apps/{main,preload,renderer}` directories because Electron Forge previously did not support Pnpm's hoisting mechanism([electron/forge#2633](https://github.com/electron/forge/issues/2633)), requiring the `src` directory to be placed in the top-level directory.

#### Clone the repository

```bash
Expand Down

0 comments on commit bd995fa

Please sign in to comment.