File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1+ notifications :
2+ - type : telegram
3+ token : " ${TELEGRAM_BOT_TOKEN}"
4+ alertsChannel : " ${TELEGRAM_ALERTS_CHANNEL}"
5+ notificationsChannel : " ${TELEGRAM_NOTIFICATIONS_CHANNEL}"
6+ - curator : " kpk"
7+ type : telegram
8+ token : " ${TELEGRAM_BOT_TOKEN}"
9+ alertsChannel : " ${TELEGRAM_ALERTS_CHANNEL}"
10+ notificationsChannel : " ${TELEGRAM_NOTIFICATIONS_CHANNEL}"
11+ prefix : " [KPK]"
12+ - curator : " Invariant Group"
13+ type : telegram
14+ token : " ${TELEGRAM_BOT_TOKEN}"
15+ alertsChannel : " ${TELEGRAM_ALERTS_CHANNEL}"
16+ notificationsChannel : " ${TELEGRAM_NOTIFICATIONS_CHANNEL}"
17+ prefix : " [Invariant Group]"
Original file line number Diff line number Diff line change 88 "scripts" : {
99 "clean" : " rm -rf build" ,
1010 "build" : " node esbuild.config.mjs" ,
11- "start" : " tsx --env-file .env src/index.ts | pino-pretty --colorize" ,
11+ "start" : " tsx --env-file .env src/index.ts --config config.yaml | pino-pretty --colorize" ,
1212 "prepare" : " husky" ,
1313 "check" : " biome check --write" ,
1414 "check:ci" : " biome check" ,
You can’t perform that action at this time.
0 commit comments