Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -410,4 +410,4 @@ types/
*.tgz

# examples
examples/package-lock.json
examples/*/package-lock.json
2 changes: 2 additions & 0 deletions examples/console-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ To run the examples using the published version of the package:
npm install
```

This will install all required packages listed in `package.json` with their latest compatible versions.

2. There are two ways to run the examples using correct credentials:

- Edit the file `.env.template`, adding the access keys to your App Configuration store. and rename the file from `.env.template` to just `.env`. The examples will read this file automatically.
Expand Down
Loading
Loading