From 50e590e70f5175def3fe082ed51dfa603d51a9bc Mon Sep 17 00:00:00 2001 From: cpacker Date: Wed, 5 Nov 2025 22:31:30 -0800 Subject: [PATCH] fix: patch dev mode not picking up files --- bunfig.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 bunfig.toml diff --git a/bunfig.toml b/bunfig.toml new file mode 100644 index 0000000..82f3c40 --- /dev/null +++ b/bunfig.toml @@ -0,0 +1,6 @@ +# Bun configuration for Letta Code + +[loader] +".mdx" = "text" +".md" = "text" +".txt" = "text"