12 lines
260 B
TOML
12 lines
260 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" |