OfficeDev / msteams-samples-hello-world-nodejs

Microsoft Teams hello world sample app in Node.js
MIT License
83 stars 169 forks source link

Updates and bug fixes #9

Closed billbliss closed 5 years ago

billbliss commented 5 years ago
  1. Added support for deployment to Azure (.deployment, deploy.cmd, deploy.sh. This repo is configured for Azure App Service, which runs on Linux, so the .deployment file runs bash deploy.sh. Deploy.cmd is also included but has not been tested - in particular the location of the config directory may require a NODE_CONFIG_DIR environment variable override (as it does to run locally.
  2. Updated manifest schema and tabs SDK to 1.3 and 1.3.7 respectively.
  3. Updated node_modules for security fixes.
  4. Tweaked configuration logic and node config settings (config directory and two .JSON files).