e797d188ee
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>
12 lines
263 B
JSON
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"
|
|
}
|
|
}
|