Files
platform/bunfig.toml
T
2026-02-16 19:34:35 +00:00

10 lines
164 B
TOML

[serve.static]
plugins = ["bun-plugin-tailwind"]
env = "BUN_PUBLIC_*"
[test]
coverage = true
coverageDir = "coverage"
preload = ["./test-setup.ts"]
root = "./src"