From 9ab2860978f17d47010fd5cc8cf6b41825dc05ca Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Sun, 21 Jun 2026 07:45:29 +0000 Subject: [PATCH] chore(web): restore cf:service=supermemory tag on supermemory worker The supermemory-app Cloudflare Worker lost its cf:service=supermemory tag after a batch redeployment. Add the tags field to wrangler.jsonc so the tag is applied on every subsequent deploy, preventing it from being silently dropped again. No worker code, bindings, or other configuration is changed. Co-authored-by: Dhravya Shah --- apps/web/wrangler.jsonc | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/wrangler.jsonc b/apps/web/wrangler.jsonc index 674f6270d..6a0aad7a7 100644 --- a/apps/web/wrangler.jsonc +++ b/apps/web/wrangler.jsonc @@ -2,6 +2,7 @@ "$schema": "node_modules/wrangler/config-schema.json", "main": ".open-next/worker.js", "name": "supermemory-app", + "tags": ["cf:service=supermemory"], "compatibility_date": "2024-12-30", "compatibility_flags": [ // Enable Node.js API