working on proxy-service

This commit is contained in:
Bojan Kucera 2025-06-05 19:03:17 -04:00
parent b23ca42f4d
commit 953b361d30
14 changed files with 1020 additions and 56 deletions

View file

@ -15,12 +15,12 @@
"dependencies": {
"@hono/node-server": "^1.12.0",
"hono": "^4.6.1",
"@stock-bot/config": "workspace:*",
"@stock-bot/logger": "workspace:*",
"@stock-bot/types": "workspace:*",
"@stock-bot/questdb-client": "workspace:*",
"@stock-bot/utils": "workspace:*",
"@stock-bot/data-frame": "workspace:*"
"@stock-bot/config": "*",
"@stock-bot/logger": "*",
"@stock-bot/types": "*",
"@stock-bot/questdb-client": "*",
"@stock-bot/utils": "*",
"@stock-bot/data-frame": "*"
},
"devDependencies": {
"@types/node": "^22.5.0",