Skip to content

Commit

Permalink
chore(docs): clarify non-usage of srcDir in CLi interface
Browse files Browse the repository at this point in the history
Refs: #1330
  • Loading branch information
ayushmanchhabra committed Jan 1, 2025
1 parent d673459 commit 1b61bd1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ CLI interface:
nwbuild --mode=build --glob=false --flavor=sdk --cacheDir=./node_modules/nw /path/to/project
```

> Note: While using the CLI interface, `/path/to/project` refers to `options.srcDir` in the JavaScript API or JSON object.
ESM import:

```javascript
Expand Down

0 comments on commit 1b61bd1

Please sign in to comment.