fix: Add debug logging for AI button

This commit is contained in:
DiTus
2026-03-21 07:49:58 +01:00
parent 785792fa6e
commit 3ec2e41da7
4 changed files with 99 additions and 19 deletions

View File

@ -4,7 +4,7 @@
"description": "Web dashboard for BTC trading",
"main": "index.js",
"scripts": {
"start": "http-server -c-1 -p 3001 -a 0.0.0.0 ."
"start": "http-server -c-1 -p 3000 -a 0.0.0.0 ."
},
"keywords": [],
"author": "",