15 lines
329 B
TOML
15 lines
329 B
TOML
# Preload env override for all bun runs (from workspace root)
|
|
preload = ["./scripts/preload-env.ts"]
|
|
|
|
[loader]
|
|
".lua" = "text"
|
|
|
|
[test]
|
|
preload = ["./scripts/preload-env.ts", "./server/tests/setup-integration-tests.ts"]
|
|
timeout = 0
|
|
|
|
[test.env]
|
|
NODE_ENV = "test"
|
|
|
|
[install.security]
|
|
scanner = "@socketsecurity/bun-security-scanner" |