linxus fs fixes
This commit is contained in:
parent
ac23b70146
commit
0b7846fe67
292 changed files with 41947 additions and 41947 deletions
54
bunfig.toml
54
bunfig.toml
|
|
@ -1,27 +1,27 @@
|
|||
# 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
|
||||
coverage = true
|
||||
timeout = "30s"
|
||||
|
||||
# Configure test environment
|
||||
preload = ["./test/setup.ts"]
|
||||
|
||||
# Environment variables for tests
|
||||
[test.env]
|
||||
NODE_ENV = "test"
|
||||
|
||||
# Module path resolution
|
||||
[bun]
|
||||
paths = {
|
||||
"@stock-bot/*" = ["./libs/*/src"]
|
||||
}
|
||||
# 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
|
||||
coverage = true
|
||||
timeout = "30s"
|
||||
|
||||
# Configure test environment
|
||||
preload = ["./test/setup.ts"]
|
||||
|
||||
# Environment variables for tests
|
||||
[test.env]
|
||||
NODE_ENV = "test"
|
||||
|
||||
# Module path resolution
|
||||
[bun]
|
||||
paths = {
|
||||
"@stock-bot/*" = ["./libs/*/src"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue