refactoring
This commit is contained in:
parent
3fb9df425c
commit
62a2f15dab
12 changed files with 670 additions and 13 deletions
14
bun.lock
14
bun.lock
|
|
@ -314,6 +314,18 @@
|
|||
"typescript": "^5.3.0",
|
||||
},
|
||||
},
|
||||
"libs/services/proxy": {
|
||||
"name": "@stock-bot/proxy",
|
||||
"version": "0.1.0",
|
||||
"dependencies": {
|
||||
"@stock-bot/cache": "workspace:*",
|
||||
"@stock-bot/http": "workspace:*",
|
||||
"@stock-bot/logger": "workspace:*",
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5.0.0",
|
||||
},
|
||||
},
|
||||
"libs/services/queue": {
|
||||
"name": "@stock-bot/queue",
|
||||
"version": "1.0.0",
|
||||
|
|
@ -782,6 +794,8 @@
|
|||
|
||||
"@stock-bot/postgres": ["@stock-bot/postgres@workspace:libs/data/postgres"],
|
||||
|
||||
"@stock-bot/proxy": ["@stock-bot/proxy@workspace:libs/services/proxy"],
|
||||
|
||||
"@stock-bot/questdb": ["@stock-bot/questdb@workspace:libs/data/questdb"],
|
||||
|
||||
"@stock-bot/queue": ["@stock-bot/queue@workspace:libs/services/queue"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue