chore: Rename worker stats #0

This commit is contained in:
Janez T
2026-04-03 20:00:14 +02:00
parent c089db5c62
commit 9244368b49
4 changed files with 5 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# MeshCore SAR RX Stats Worker # MeshCore SAR Stats Worker
This worker follows the same split as `/Users/dz0ny/site-vendorvigilance`: This worker follows the same split as `/Users/dz0ny/site-vendorvigilance`:

View File

@@ -3,7 +3,7 @@
"configVersion": 1, "configVersion": 1,
"workspaces": { "workspaces": {
"": { "": {
"name": "meshcore-sar-rx-stats-worker", "name": "meshcore-sar-stats",
"dependencies": { "dependencies": {
"@astrojs/check": "^0.9.6", "@astrojs/check": "^0.9.6",
"@astrojs/cloudflare": "^12.6.12", "@astrojs/cloudflare": "^12.6.12",

View File

@@ -1,5 +1,5 @@
{ {
"name": "meshcore-sar-rx-stats-worker", "name": "meshcore-sar-stats",
"private": true, "private": true,
"version": "0.0.0", "version": "0.0.0",
"type": "module", "type": "module",

View File

@@ -1,4 +1,4 @@
name = "meshcore-sar-rx-stats" name = "meshcore-sar-stats"
main = "worker/index.ts" main = "worker/index.ts"
compatibility_date = "2026-04-03" compatibility_date = "2026-04-03"
compatibility_flags = ["nodejs_compat"] compatibility_flags = ["nodejs_compat"]
@@ -17,3 +17,4 @@ run_worker_first = ["/api/*"]
[[d1_databases]] [[d1_databases]]
binding = "DB" binding = "DB"
database_name = "meshcore_sar_rx_stats" database_name = "meshcore_sar_rx_stats"
database_id = "94a3978f-13d9-4dc8-9a3c-2beb102699e5"