This commit is contained in:
Bojan Kucera 2025-06-09 21:19:57 -04:00
parent 22859fb9a6
commit 28e58c3227
3 changed files with 13 additions and 2 deletions

View file

@ -1,5 +1,12 @@
# Root bunfig.toml for Stock Bot Trading Platform
# Configures Bun for the entire monorepo workspace
# Look for packages in workspace root
peer = true
workspaces = true
[install.scopes]
"@stock-bot" = { registry = "file:../../" }
[test]
# Configure coverage and test behavior