Add ability to search and manage individual media outlets

Implement admin dashboard with media outlet search, selection, and a dedicated management page for each outlet.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 069d4324-6c40-4355-955e-c714a50de1ea
Replit-Commit-Checkpoint-Type: intermediate_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/069d4324-6c40-4355-955e-c714a50de1ea/jvFIdY3
This commit is contained in:
kimjaehyeon0101
2025-09-29 18:33:30 +00:00
parent 49ecbddd8b
commit 9c5de41286
7 changed files with 497 additions and 153 deletions

View File

@ -22,6 +22,10 @@ externalPort = 3001
localPort = 43349
externalPort = 3000
[[ports]]
localPort = 44197
externalPort = 3002
[env]
PORT = "5000"