From 6efb44cd45d34ef33b1161acf72c94d092812884 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Wed, 18 Sep 2024 17:58:06 +0800 Subject: [PATCH] feat: Add local and proxy npm registries to .npmrc --- .npmrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.npmrc b/.npmrc index 37fd923..6aabc4c 100644 --- a/.npmrc +++ b/.npmrc @@ -1,4 +1,6 @@ registry=https://registry.npmmirror.com registry=https://npm-cf-proxy.oo1.dev registry=https://registry.npmjs.org/ +registry=http://localhost:8787 +registry=https://flask-pxy.1-h.cc shamefully-hoist=true