# Bun configuration for LocalGreenChain [install] # Install dependencies from the lockfile if it exists frozenLockfile = false # Configure which registries to use registry = "https://registry.npmjs.org/" # Cache directory cache = "node_modules/.cache/bun" [run] # Automatically install dependencies when running scripts autoInstall = true [test] # Test configuration (when tests are added) preload = []