Skip to content

Commit a9f6117

Browse files
restfulheadPatrick Ruhkopf
authored andcommitted
chore: add options and make request body parsing work
1 parent 0b1a6d6 commit a9f6117

File tree

11 files changed

+3311
-243
lines changed

11 files changed

+3311
-243
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# Azure Functions Open API specification validation
22

3-
Azurite start
4-
npm run watch
3+
## Development Setup
4+
5+
To run the example function app locally from VSCode, make sure to install the Azure Functions and Azurite extensions.
6+
Then start Azurite via the `Azurite: Start` VSCode task.
7+
8+
Build the library `npm run build` or use `npm run watch` to hotdeploy changes.
9+
10+
Start the function app by running the VScode launch configuration "Attach to Node Functions".
11+
512

6-
TODO: refactor hooks
713
TODO: allow excluding paths
8-
TODO: options to log, throw, etc.

0 commit comments

Comments
 (0)