From d573eb4256b7414a3f74ec2042a8fa008f18c9a4 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Fri, 12 Dec 2025 23:20:08 -0300 Subject: [PATCH] Lowercase botserver/botbook references --- PROMPT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PROMPT.md b/PROMPT.md index 50a119b..801570c 100644 --- a/PROMPT.md +++ b/PROMPT.md @@ -111,7 +111,7 @@ Native UI (HTML/CSS/JS) ↓ Tauri IPC (invoke) Rust #[tauri::command] ↓ HTTP (reqwest) -BotServer API +botserver API ↓ Business Logic + Database ``` @@ -327,7 +327,7 @@ target/release/bundle/ ## Environment Variables ```bash -BOTSERVER_URL=http://localhost:8081 # BotServer location +BOTSERVER_URL=http://localhost:8081 # botserver location TAURI_DEBUG=1 # Debug mode ```