mirror of
https://github.com/LukeHagar/usage-statistics.git
synced 2025-12-06 04:21:55 +00:00
14 lines
233 B
TOML
14 lines
233 B
TOML
[install]
|
|
# Use exact versions for reproducible builds
|
|
exact = true
|
|
|
|
[install.scopes]
|
|
# Configure any scoped packages if needed
|
|
|
|
[test]
|
|
# Test configuration
|
|
preload = ["./src/test-setup.ts"]
|
|
|
|
[run]
|
|
# Runtime configuration
|
|
bun = true |