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"