fix: env vars

This commit is contained in:
Dhravya Shah 2025-08-22 11:33:04 -07:00
parent 52cbf55763
commit 6d6767bdca
2 changed files with 3 additions and 2 deletions

1
apps/web/.gitignore vendored
View file

@ -1,4 +1,5 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
.open-next/
# dependencies
/node_modules

View file

@ -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": [