From a8faa1e43ae359f5073497d290e35ba5855a1e25 Mon Sep 17 00:00:00 2001 From: Andrea Date: Fri, 5 Sep 2025 08:15:18 +0200 Subject: [PATCH] chore: add `bunfig.toml` file --- bunfig.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 bunfig.toml diff --git a/bunfig.toml b/bunfig.toml new file mode 100644 index 0000000..abf185c --- /dev/null +++ b/bunfig.toml @@ -0,0 +1,10 @@ + +preload = [] + +[define] + +[test] + preload = [] + root = "./tests" + +[install]