Files
dockhand/bunfig.toml
T
2026-03-02 07:59:58 +01:00

14 lines
276 B
TOML

# Bun configuration for Dockhand
[install]
# Use exact versions for reproducible builds
exact = true
[run]
# Enable source maps for better error messages
sourcemap = "external"
[test]
# Disable auth before any integration test runs
preload = ["./tests/helpers/preload.ts"]