From 561c0b01d21b8556cd200ab211ecd49e9d86c427 Mon Sep 17 00:00:00 2001 From: Dhravya Date: Sun, 31 Mar 2024 17:21:36 -0700 Subject: [PATCH] (ci): update CI again --- apps/cf-ai-backend/wrangler.toml | 1 - apps/extension/README.md | 3 ++- apps/web/wrangler.toml | 2 +- 3 files changed, 3 insertions(+), 3 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/extension/README.md b/apps/extension/README.md index ec38fd32..7619225f 100644 --- a/apps/extension/README.md +++ b/apps/extension/README.md @@ -27,4 +27,5 @@ export default { - Replace `plugin:@typescript-eslint/recommended` to `plugin:@typescript-eslint/recommended-type-checked` or `plugin:@typescript-eslint/strict-type-checked` - Optionally add `plugin:@typescript-eslint/stylistic-type-checked` -- Install [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) and add `plugin:react/recommended` & `plugin:react/jsx-runtime` to the `extends` list \ No newline at end of file +- Install [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) and add `plugin:react/recommended` & `plugin:react/jsx-runtime` to the `extends` list + \ No newline at end of file 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"