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

@ -22,7 +22,7 @@ The cache library is already included in the monorepo. To use it in your service
```json
{
"dependencies": {
"@stock-bot/cache": "workspace:*"
"@stock-bot/cache": "*"
}
}
```