chto-ty-takoe-na-baze-kakih/package-lock.json
Elshat c632aa41a2 fix: Node proxy on 3000 → Python dashboard on 8000
run is Node-based, so we need a Node entrypoint. server.js:
1) pip install -r requirements.txt (idempotent, --break-system-packages)
2) spawn python3 -m src.dashboard.run on PORT 8000
3) http proxy 3000 → 8000
This makes the dashboard visible at /proxy/3000/.
2026-09-24 10:31:45 +00:00

11 lines
159 B
JSON

{
"name": "agromarket-price-agent",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "agromarket-price-agent"
}
}
}