Cleanup v2 codebase (#403)

* Remove diagnostics system

* Remove Analytics system

* Remove Buy Mode feature

* Remove Scheduler/heartbeat

* Index: remove printBanner

* Remove auto-update functionality
This commit is contained in:
Simon Gardling
2025-11-03 15:16:38 -05:00
committed by GitHub
parent 8e9c6308d5
commit 169faf2b70
15 changed files with 9 additions and 1366 deletions

View File

@@ -23,8 +23,6 @@
"start": "node --enable-source-maps ./dist/index.js",
"ts-start": "node --loader ts-node/esm ./src/index.ts",
"dev": "ts-node ./src/index.ts -dev",
"ts-schedule": "ts-node ./src/scheduler.ts",
"start:schedule": "node --enable-source-maps ./dist/scheduler.js",
"lint": "eslint \"src/**/*.{ts,tsx}\"",
"prepare": "npm run build",
"setup": "node ./setup/update/setup.mjs",