From 7e549e960bbd9d71873ae7b3289960b556cdcf0f Mon Sep 17 00:00:00 2001 From: Florian <45694132+flo-bit@users.noreply.github.com> Date: Sun, 1 Mar 2026 23:01:40 +0100 Subject: [PATCH] improve prompt --- AGENT_SETUP.md | 2 +- AGENT_SETUP_REFERENCE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AGENT_SETUP.md b/AGENT_SETUP.md index a84dfe6..30c47b8 100644 --- a/AGENT_SETUP.md +++ b/AGENT_SETUP.md @@ -1366,7 +1366,7 @@ Add this inside `defineConfig()`. Do not remove existing plugins or config. Add or merge these fields: - Add `"nodejs_compat_v2"` to `compatibility_flags` (create the array if it doesn't exist) -- Add `"OAUTH_PUBLIC_URL": "https://your-domain.com"` to `vars` (create `vars` if needed) +- Do NOT add `OAUTH_PUBLIC_URL` to vars — it is only needed for production deployment and the user will set it themselves later. In dev mode without it, the app uses a loopback client automatically. - Add KV namespace placeholders to `kv_namespaces`: ```jsonc diff --git a/AGENT_SETUP_REFERENCE.md b/AGENT_SETUP_REFERENCE.md index 9fae64d..4f78ce6 100644 --- a/AGENT_SETUP_REFERENCE.md +++ b/AGENT_SETUP_REFERENCE.md @@ -368,7 +368,7 @@ Add this inside `defineConfig()`. Do not remove existing plugins or config. Add or merge these fields: - Add `"nodejs_compat_v2"` to `compatibility_flags` (create the array if it doesn't exist) -- Add `"OAUTH_PUBLIC_URL": "https://your-domain.com"` to `vars` (create `vars` if needed) +- Do NOT add `OAUTH_PUBLIC_URL` to vars — it is only needed for production deployment and the user will set it themselves later. In dev mode without it, the app uses a loopback client automatically. - Add KV namespace placeholders to `kv_namespaces`: ```jsonc -- 2.51.2