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",