diff options
| author | Dhravya <[email protected]> | 2024-03-31 17:48:11 -0700 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-03-31 17:48:11 -0700 |
| commit | 1ae3ff1a5fb6eb1a0dccd86f922c19b3769ed436 (patch) | |
| tree | a824d7932accfa925a19ec77743ce5d777417b15 /apps/web | |
| parent | fix delete button on dark mode (diff) | |
| parent | update .github (diff) | |
| download | supermemory-1ae3ff1a5fb6eb1a0dccd86f922c19b3769ed436.tar.xz supermemory-1ae3ff1a5fb6eb1a0dccd86f922c19b3769ed436.zip | |
Merge branch 'main' of https://github.com/Dhravya/supermemory into new-ui
Diffstat (limited to 'apps/web')
| -rw-r--r-- | apps/web/README.md | 2 | ||||
| -rw-r--r-- | apps/web/example.wrangler.toml | 18 | ||||
| -rw-r--r-- | apps/web/wrangler.toml | 2 |
3 files changed, 2 insertions, 20 deletions
diff --git a/apps/web/README.md b/apps/web/README.md index 42da305a..c81448e4 100644 --- a/apps/web/README.md +++ b/apps/web/README.md @@ -65,4 +65,4 @@ In order to enable the example: After doing this you can run the `dev` or `preview` script and visit the `/api/hello` route to see the example in action. -Finally, if you also want to see the example work in the deployed application make sure to add a `MY_KV_NAMESPACE` binding to your Pages application in its [dashboard kv bindings settings section](https://dash.cloudflare.com/?to=/:account/pages/view/:pages-project/settings/functions#kv_namespace_bindings_section). After having configured it make sure to re-deploy your application. +Finally, if you also want to see the example work in the deployed application make sure to add a `MY_KV_NAMESPACE` binding to your Pages application in its [dashboard kv bindings settings section](https://dash.cloudflare.com/?to=/:account/pages/view/:pages-project/settings/functions#kv_namespace_bindings_section). After having configured it make sure to re-deploy your application.
\ No newline at end of file diff --git a/apps/web/example.wrangler.toml b/apps/web/example.wrangler.toml deleted file mode 100644 index 688d8137..00000000 --- a/apps/web/example.wrangler.toml +++ /dev/null @@ -1,18 +0,0 @@ -name = "web" -compatibility_date = "2024-03-29" -compatibility_flags = ["nodejs_compat"] - -[[vectorize]] -binding = "VECTORIZE_INDEX" -index_name = "anycontext-idx" - -[[d1_databases]] -binding = "DATABASE" -database_name = "dev-d1-anycontext" - -[vars] -GOOGLE_CLIENT_ID="-" -GOOGLE_CLIENT_SECRET="-" -NEXTAUTH_SECRET="sec" -NEXTAUTH_URL="http://localhost:3000" -BACKEND_SECURITY_KEY="XP1FNh+rTYghq2TmrFbMLCCBy+eBAvi8iuoMuV9zDUc=" diff --git a/apps/web/wrangler.toml b/apps/web/wrangler.toml index 6630b0d0..12619fdb 100644 --- a/apps/web/wrangler.toml +++ b/apps/web/wrangler.toml @@ -9,4 +9,4 @@ index_name = "anycontext-idx" [[d1_databases]] binding = "DATABASE" database_name = "dev-d1-anycontext" -database_id = "fc562605-157a-4f60-b439-2a24ffed5b4c"
\ No newline at end of file +database_id = "fc562605-157a-4f60-b439-2a24ffed5b4c" |