Files
cfw-autumn/server/bunfig.toml
2026-01-24 21:50:30 +00:00

10 lines
234 B
TOML

# Server-specific config (for run.sh which executes from server/)
preload = ["../scripts/preload-env.ts"]
[test]
preload = ["../scripts/preload-env.ts", "./tests/setup-integration-tests.ts"]
timeout = 0
[test.env]
NODE_ENV = "test"