mirror of https://github.com/buster-so/buster.git
13 lines
319 B
TOML
13 lines
319 B
TOML
# Bun configuration file
|
|
|
|
[test]
|
|
preload = ["./packages/ai/src/types.d.ts"]
|
|
|
|
# Configure loaders for different file types
|
|
[loader]
|
|
# Load .txt files as text content
|
|
".txt" = "text"
|
|
|
|
# Development path mappings - uncomment to use source files directly
|
|
# [install.scopes]
|
|
# "@buster/ai" = { "path" = "./packages/ai/src" } |