fix: patch dev mode not picking up files

This commit is contained in:
cpacker
2025-11-05 22:31:30 -08:00
parent 00fc8b07ad
commit 50e590e70f

6
bunfig.toml Normal file
View File

@@ -0,0 +1,6 @@
# Bun configuration for Letta Code
[loader]
".mdx" = "text"
".md" = "text"
".txt" = "text"