From 5046e55f05950a68aa4ab4914011b926d298fc08 Mon Sep 17 00:00:00 2001 From: pac7 <47831526-pac7@users.noreply.replit.com> Date: Mon, 22 Sep 2025 00:36:12 +0000 Subject: [PATCH] Restructure project to move backend code to the root directory Relocate backend application code from the 'apps' directory to the project root and remove '/api' paths from app configurations. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 13715eac-095e-4684-9f5c-8c427c2e2dd6 Replit-Commit-Checkpoint-Type: intermediate_checkpoint --- .replit | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.replit b/.replit index 3a5b8ad9..21bef7fc 100644 --- a/.replit +++ b/.replit @@ -35,6 +35,10 @@ outputType = "webview" localPort = 5000 externalPort = 80 +[[ports]] +localPort = 41923 +externalPort = 3000 + [[ports]] localPort = 45245 externalPort = 3001