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 <dhravya@supermemory.com>
This commit is contained in:
Cursor Agent 2026-06-21 07:45:29 +00:00
parent cf47d73126
commit 9ab2860978
No known key found for this signature in database

View file

@ -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