From a1a3d0c678c180388750550973516b8c97c57382 Mon Sep 17 00:00:00 2001 From: landaiqing <3517283258@qq.com> Date: Mon, 28 Oct 2024 13:08:00 +0800 Subject: [PATCH] :art: add .yarnrc --- .yarnrc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .yarnrc diff --git a/.yarnrc b/.yarnrc new file mode 100644 index 0000000..8c92365 --- /dev/null +++ b/.yarnrc @@ -0,0 +1,4 @@ +registry "https://registry.npmmirror.com/" + +sass_binary_site "https://registry.npmmirror.com/mirrors/node-sass/" +electron_mirror "https://registry.npmmirror.com/-/binary/electron/"