From d6f1cae7b736001b9638510a7de28988fa0459dc Mon Sep 17 00:00:00 2001 From: CrescentLeaf Date: Sun, 23 Nov 2025 13:32:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86=E4=B8=80=E4=BA=9B?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/deno.jsonc | 4 ++++ internal-shared/deno.jsonc | 0 2 files changed, 4 insertions(+) delete mode 100644 internal-shared/deno.jsonc diff --git a/client/deno.jsonc b/client/deno.jsonc index 5b5c93f..32311c4 100644 --- a/client/deno.jsonc +++ b/client/deno.jsonc @@ -9,6 +9,10 @@ "jsxImportSource": "react", "jsxImportSourceTypes": "@types/react" }, + "nodeModulesDir": "auto", + "links": [ + "../mdui_patched" + ], "imports": { "@deno/vite-plugin": "npm:@deno/vite-plugin@1.0.5", "@types/react": "npm:@types/react@18.3.1", diff --git a/internal-shared/deno.jsonc b/internal-shared/deno.jsonc deleted file mode 100644 index e69de29..0000000