Initial commit

This commit is contained in:
Luke Hagar
2025-07-29 14:09:12 -05:00
parent ea45e47151
commit 7975dc0cbe
21 changed files with 2966 additions and 1 deletions

14
bunfig.toml Normal file
View File

@@ -0,0 +1,14 @@
[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