mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-11 16:30:28 +00:00
chore: Rename worker stats #0
This commit is contained in:
@@ -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`:
|
||||||
|
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user