From 8fc267e6df1598bd0f7c35f9cc14c6c4f1a1f357 Mon Sep 17 00:00:00 2001 From: Joseph Montanaro Date: Sat, 7 Mar 2026 13:38:43 -0500 Subject: [PATCH] add mise config which was missing somehow --- mise.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 mise.toml diff --git a/mise.toml b/mise.toml new file mode 100644 index 0000000..555c270 --- /dev/null +++ b/mise.toml @@ -0,0 +1,3 @@ +[tools] +bun = "latest" +node = "24"