From b2e6cb71d62ce27e81390b1ae53ec27aa3aee2ee Mon Sep 17 00:00:00 2001 From: ryoppippi <1560508+ryoppippi@users.noreply.github.com> Date: Thu, 1 Jan 2026 11:12:21 +0000 Subject: [PATCH] chore: use clone link mode for uv to prevent breaking cache --- uv.toml | 1 + 1 file changed, 1 insertion(+) create mode 100644 uv.toml diff --git a/uv.toml b/uv.toml new file mode 100644 index 0000000..4b6ac9f --- /dev/null +++ b/uv.toml @@ -0,0 +1 @@ +link-mode = "clone"