moved folders around
This commit is contained in:
parent
4f89affc2b
commit
36cb84b343
202 changed files with 1160 additions and 660 deletions
18
libs/core/logger/bunfig.toml
Normal file
18
libs/core/logger/bunfig.toml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Logger library Bun configuration
|
||||
|
||||
[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"
|
||||
LOG_LEVEL = "silent"
|
||||
LOG_CONSOLE = "false"
|
||||
LOG_FILE = "false"
|
||||
LOKI_HOST = ""
|
||||
LOKI_URL = ""
|
||||
Loading…
Add table
Add a link
Reference in a new issue