From 458ce46cf21c3ba1c06bfa37d091f36a8a095121 Mon Sep 17 00:00:00 2001 From: Gauri Date: Wed, 3 Jun 2026 22:59:19 +0530 Subject: [PATCH] Add example for client/.env configuration Added example environment variable configuration for client. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2b7d0b7..f2cc2ed 100644 --- a/README.md +++ b/README.md @@ -294,6 +294,12 @@ GUILD_ID=your_guild_id API_URL=http://localhost:5000 ``` +#### Example: `client/.env` + +```env +VITE_API_URL=http://localhost:5000 +``` + ### 4. Run the App #### In separate terminals: