From ceabd227d73b395738ca35c8fa842211c8caec16 Mon Sep 17 00:00:00 2001 From: CA Date: Mon, 3 Aug 2026 16:22:16 +0530 Subject: [PATCH] Remove redundant comment from .env.example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Delete an unnecessary header comment from .env.example to keep the example file minimal. No functional changes — the guidance to copy the file and the VITE_REMOTE_RUNNER_URL entry remain unchanged. --- .env.example | 1 - 1 file changed, 1 deletion(-) diff --git a/.env.example b/.env.example index eb763d9..70db7c5 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,2 @@ -# Environment variables for C++ Notebook Web Version # Copy this file to .env and replace the value below with your own backend URL. VITE_REMOTE_RUNNER_URL=wss://your-backend-url.onrender.com