10 lines
164 B
TOML
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"
|