From 6d6767bdcabeb9999dd1a75cdf88519e5a26197e Mon Sep 17 00:00:00 2001 From: Dhravya Shah Date: Fri, 22 Aug 2025 11:33:04 -0700 Subject: [PATCH] fix: env vars --- apps/web/.gitignore | 1 + apps/web/wrangler.jsonc | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/web/.gitignore b/apps/web/.gitignore index c740f883..f685d634 100644 --- a/apps/web/.gitignore +++ b/apps/web/.gitignore @@ -1,4 +1,5 @@ # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. +.open-next/ # dependencies /node_modules diff --git a/apps/web/wrangler.jsonc b/apps/web/wrangler.jsonc index bdf74f19..674f6270 100644 --- a/apps/web/wrangler.jsonc +++ b/apps/web/wrangler.jsonc @@ -1,7 +1,7 @@ { "$schema": "node_modules/wrangler/config-schema.json", "main": ".open-next/worker.js", - "name": "supermemory-consumer", + "name": "supermemory-app", "compatibility_date": "2024-12-30", "compatibility_flags": [ // Enable Node.js API @@ -19,7 +19,7 @@ { "binding": "WORKER_SELF_REFERENCE", // The service should match the "name" of your worker - "service": "supermemory-consumer" + "service": "supermemory-app" } ], "r2_buckets": [