All checks were successful
deploy / deploy (push) Successful in 7s
Live HL data → in-browser TA → 4-agent committee → LONG/SHORT/SKIP verdict. Terminal grid command bar + interactive agent-workflow graph. Paper-trading worker reuses the browser brain (dry-run + Telegram). Forgejo static deploy. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
17 lines
319 B
JSON
17 lines
319 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "quant",
|
|
"runtimeExecutable": "pnpm",
|
|
"runtimeArgs": ["dev"],
|
|
"port": 5173
|
|
},
|
|
{
|
|
"name": "quant-build",
|
|
"runtimeExecutable": "pnpm",
|
|
"runtimeArgs": ["preview", "--port", "4173"],
|
|
"port": 4173
|
|
}
|
|
]
|
|
}
|