From b57833f85cca6019504568aba0dfab1f6e347ed7 Mon Sep 17 00:00:00 2001 From: SylvainP1 <5533467-SylvainP1@users.noreply.replit.com> Date: Wed, 15 Apr 2026 08:58:57 +0000 Subject: [PATCH] Published your App Replit-Commit-Author: Deployment Replit-Commit-Session-Id: 55837015-10e9-4be9-b857-7f5e6be73772 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 61b87344-672c-4b4f-b4ac-4fb89e68424e Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/1cc377db-7ea0-49f2-97ce-c3e87e0228cc/55837015-10e9-4be9-b857-7f5e6be73772/Dzp7voC Replit-Commit-Deployment-Build-Id: 6a031444-fbe2-4920-8d5e-6a04fdf2ea0b Replit-Helium-Checkpoint-Created: true --- .replit | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.replit b/.replit index 8bec5c0..ef9aa37 100644 --- a/.replit +++ b/.replit @@ -27,9 +27,17 @@ externalPort = 8080 localPort = 8081 externalPort = 80 +[[ports]] +localPort = 8082 +externalPort = 4200 + [[ports]] localPort = 24212 externalPort = 3000 +[[ports]] +localPort = 24213 +externalPort = 3003 + [nix] channel = "stable-25_05"