Files
dekun e797d188ee Switch production deployment from Docker to PM2 on Ubuntu.
Add Express gateway, ecosystem config, and one-click install with native PostgreSQL, Node, and Python venv on port 23566.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-28 11:52:20 +08:00

12 lines
263 B
JSON

{
"name": "grade-archive-gateway",
"private": true,
"version": "1.0.0",
"description": "Static web + API reverse proxy for PM2 deployment",
"dependencies": {
"dotenv": "^16.4.7",
"express": "^4.21.2",
"http-proxy-middleware": "^3.0.3"
}
}