feat(notification): add desktop notifications (#140)

Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
Nachi G
2020-09-20 17:48:27 -07:00
committed by GitHub
parent 7191e03a80
commit 722eaf3cd6
6 changed files with 123 additions and 5 deletions
+1
View File
@@ -13,6 +13,7 @@ const browser = {
const logLevel = process.env.LOG_LEVEL ?? 'info';
const notifications = {
desktop: process.env.DESKTOP_NOTIFICATIONS === 'true',
discord: {
notifyGroup: process.env.DISCORD_NOTIFY_GROUP ?? '',
webHookUrl: process.env.DISCORD_WEB_HOOK ?? ''