add intelligence and SQL tabs to admin interface with corresponding API endpoints

This commit is contained in:
ImBenji
2026-04-22 20:50:08 +01:00
parent ac7c87c6cf
commit 18d062fd2d
9 changed files with 428 additions and 228 deletions
+2 -1
View File
@@ -4,7 +4,8 @@
"description": "News ingestion archive server",
"main": "server.js",
"scripts": {
"start": "node server.js"
"start": "node server.js",
"intelligence": "node intelligence/index.js"
},
"keywords": [],
"author": "",