- New reporter module that pushes firm stats (total accounts, accounts traded, in trade) to a configurable master dashboard every 30 seconds - Add Instance Name and Dashboard URL fields to the settings page - Register master_dashboard_url and instance_name in settings API - Seed default (empty) values for new settings in db Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
13 lines
250 B
JSON
13 lines
250 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "autotrader",
|
|
"runtimeExecutable": "C:\\Program Files\\nodejs\\npm.cmd",
|
|
"runtimeArgs": ["run", "dev", "--", "--webpack"],
|
|
"port": 3000,
|
|
"cwd": "."
|
|
}
|
|
]
|
|
}
|