From f8e6fcac463c7b19453712642f986795e3091909 Mon Sep 17 00:00:00 2001 From: CrescentLeaf Date: Sun, 26 Oct 2025 22:07:49 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=AE=A2=E6=88=B7=E7=AB=AF=E7=9A=84?= =?UTF-8?q?=20deno.jsonc:=20patch=20->=20links=20*=20=E4=B8=8E=E6=AD=A4?= =?UTF-8?q?=E5=90=8C=E6=97=B6,=20=E4=BC=9A=E5=AF=BC=E8=87=B4=E6=97=A7?= =?UTF-8?q?=E7=89=88=E6=9C=AC=20Deno=20=E4=B8=8D=E8=AE=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/deno.jsonc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/deno.jsonc b/client/deno.jsonc index 02d20cb..7f88344 100644 --- a/client/deno.jsonc +++ b/client/deno.jsonc @@ -9,11 +9,10 @@ "jsxImportSource": "react", "jsxImportSourceTypes": "@types/react" }, - "patch": [ + "links": [ "./mdui_patched", ], "nodeModulesDir": "auto", - "unstable": ["npm-patch"], "imports": { "@deno/vite-plugin": "npm:@deno/vite-plugin@1.0.5", "@types/react": "npm:@types/react@18.3.1",