add analytics

This commit is contained in:
2025-06-27 14:39:12 +05:30
parent 38e6521930
commit a8136b8175
9 changed files with 336 additions and 1 deletions

View File

@@ -16,3 +16,4 @@ cd "$WORKDIR" || { echo "Failed to change directory to $WORKDIR"; exit 1; }
node --env-file=.env "$CRON_DIR/archive.js"
node --env-file=.env "$CRON_DIR/configUpdate.js"
node --env-file=.env "$CRON_DIR/analytics.js"