From 484a299dd56d9479d0cafeecc7f6942f82c69a32 Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Thu, 25 Sep 2025 20:32:41 +0000 Subject: [PATCH] Add a live button to the main navigation bar Adds a new navigation item to the header component, linking to the live streaming page. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 45a1dcfc-f8a2-475a-a6b9-96fbb841dc27 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/60d372ff-2c10-46c7-b01b-10c3435136b0/45a1dcfc-f8a2-475a-a6b9-96fbb841dc27/e7ZTrgD --- .replit | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.replit b/.replit index 6ce283d..77a16c9 100644 --- a/.replit +++ b/.replit @@ -15,6 +15,10 @@ run = ["npm", "run", "start"] localPort = 5000 externalPort = 80 +[[ports]] +localPort = 35637 +externalPort = 3000 + [env] PORT = "5000"