From 9b0155dc9a87d4845d58cfba71c5dd90d25c7253 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Sun, 31 May 2026 22:24:30 +0200 Subject: [PATCH] use mise --- mise.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 mise.toml diff --git a/mise.toml b/mise.toml new file mode 100644 index 0000000..dc86a82 --- /dev/null +++ b/mise.toml @@ -0,0 +1,7 @@ +[tools] +pnpm = "11.5.0" +rust = "1.95" +# Node loaded below from .nvmrc + +[settings] +idiomatic_version_file_enable_tools = ["node"]