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