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
This commit is contained in:
pac7
2025-09-22 00:36:12 +00:00
parent d21ae6027d
commit 5046e55f05

View File

@@ -35,6 +35,10 @@ outputType = "webview"
localPort = 5000 localPort = 5000
externalPort = 80 externalPort = 80
[[ports]]
localPort = 41923
externalPort = 3000
[[ports]] [[ports]]
localPort = 45245 localPort = 45245
externalPort = 3001 externalPort = 3001