Skip to content

Commit

Permalink
Merge pull request Azure-Samples#36 from Azure-Samples/dmceachernmsft…
Browse files Browse the repository at this point in the history
…/devDepsFix

Chat sample deps and docs fix
  • Loading branch information
dmceachernmsft authored Feb 8, 2022
2 parents d3442a0 + 75dbb59 commit 7b7179b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ We appreciate your feedback and energy helping us improve our services. [Please
## Local run

1. Set your connection string in `Server/appsettings.json`
1. `npm run setup` from the root directory
2. `npm run start` from the root directory
2. Set your endpoint URL string in `Server/appsettings.json`
3. `npm run setup` from the root directory
4. `npm run start` from the root directory

## Publish to Azure

Expand Down
2 changes: 1 addition & 1 deletion Server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/node": "^14.14.10",
"@types/supertest": "^2.0.10",
"@types/webpack-node-externals": "^2.5.0",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/eslint-plugin": "^4.12.0",
"@typescript-eslint/parser": "^4.12.0",
"copy-webpack-plugin": "^6.4.0",
"eslint": "^7.7.0",
Expand Down

0 comments on commit 7b7179b

Please sign in to comment.