Enable management of media outlet articles including creation, editing, and deletion

Adds article management functionality to media outlets, including API endpoints for creating, updating, and deleting articles, and integrates these features into the client-side UI with dialogs and mutations.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9a264234-c5d7-4dcc-adf3-a954b149b30d
Replit-Commit-Checkpoint-Type: intermediate_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/9a264234-c5d7-4dcc-adf3-a954b149b30d/QTw0kIA
This commit is contained in:
kimjaehyeon0101
2025-10-14 10:01:14 +00:00
parent 4f0b4c7e1d
commit 3829c9bc87
4 changed files with 370 additions and 15 deletions

View File

@ -18,6 +18,10 @@ externalPort = 80
localPort = 34047
externalPort = 3002
[[ports]]
localPort = 34595
externalPort = 6800
[[ports]]
localPort = 36309
externalPort = 5173