Containerize the monitor with production and dev compose stacks, fix healthchecks and port handling, and make the dashboard base path configurable for direct or proxied access. Co-authored-by: Cursor <cursoragent@cursor.com>
6 lines
No EOL
142 B
JSON
6 lines
No EOL
142 B
JSON
{
|
|
"watch": ["src"],
|
|
"ignore": ["data/*", "logs/*", "*.log", "data/agentStates.json"],
|
|
"ext": "js,json",
|
|
"exec": "node src/server.js"
|
|
} |