diff options
| author | Dhravya <[email protected]> | 2024-03-31 17:10:02 -0700 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-03-31 17:10:02 -0700 |
| commit | 27944d3bbb8b0f06a5a11632602eabeff9f45c2b (patch) | |
| tree | 98aaabd36b5f34db87e061bd556b6bfa41d679f9 | |
| parent | (ci): update github action to an even better script with auto deploy to cloud... (diff) | |
| download | supermemory-27944d3bbb8b0f06a5a11632602eabeff9f45c2b.tar.xz supermemory-27944d3bbb8b0f06a5a11632602eabeff9f45c2b.zip | |
(ci): test changes in ci
| -rw-r--r-- | apps/cf-ai-backend/wrangler.toml | 1 | ||||
| -rw-r--r-- | apps/web/README.md | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/apps/cf-ai-backend/wrangler.toml b/apps/cf-ai-backend/wrangler.toml index ce7b0222..9e3ee21b 100644 --- a/apps/cf-ai-backend/wrangler.toml +++ b/apps/cf-ai-backend/wrangler.toml @@ -9,7 +9,6 @@ index_name = "any-vector" [ai] binding = "AI" - # Variable bindings. These are arbitrary, plaintext strings (similar to environment variables) # Note: Use secrets to store sensitive data. # Docs: https://developers.cloudflare.com/workers/platform/environment-variables 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 |