mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-07 08:26:15 +00:00
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:
parent
cf47d73126
commit
9ab2860978
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue