Files
cfw-autumn/server/bunfig.toml
2026-04-10 16:17:46 +01:00

13 lines
260 B
TOML

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