From 1b61bd1acb58a1ea966bd3606c7d7d7140cfb1d5 Mon Sep 17 00:00:00 2001 From: Ayushman Chhabra <14110965+ayushmanchhabra@users.noreply.github.com> Date: Wed, 1 Jan 2025 22:58:34 +0530 Subject: [PATCH] chore(docs): clarify non-usage of srcDir in CLi interface Refs: #1330 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 805b1839..767096ef 100644 --- a/README.md +++ b/README.md @@ -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