Skip to content

Commit 387a3c4

Browse files
iamtheyammerggailey777
authored andcommitted
Add information how func start finds JS files
1 parent 4ae7b96 commit 387a3c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/azure-functions/functions-run-local.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,8 @@ func start
229229
npm install
230230
npm start
231231
```
232+
233+
The Azure Functions CLI will find functions using the value of the `main` key in your `project.json` file. For multiple functions, use a glob as in the default: `dist/src/functions/*.js`.
232234
::: zone-end
233235
::: zone pivot="programming-language-python"
234236
This command must be [run in a virtual environment](./create-first-function-cli-python.md).

0 commit comments

Comments
 (0)