chore: 客户端的 deno.jsonc: patch -> links
* 与此同时, 会导致旧版本 Deno 不认
This commit is contained in:
@@ -9,11 +9,10 @@
|
|||||||
"jsxImportSource": "react",
|
"jsxImportSource": "react",
|
||||||
"jsxImportSourceTypes": "@types/react"
|
"jsxImportSourceTypes": "@types/react"
|
||||||
},
|
},
|
||||||
"patch": [
|
"links": [
|
||||||
"./mdui_patched",
|
"./mdui_patched",
|
||||||
],
|
],
|
||||||
"nodeModulesDir": "auto",
|
"nodeModulesDir": "auto",
|
||||||
"unstable": ["npm-patch"],
|
|
||||||
"imports": {
|
"imports": {
|
||||||
"@deno/vite-plugin": "npm:@deno/vite-plugin@1.0.5",
|
"@deno/vite-plugin": "npm:@deno/vite-plugin@1.0.5",
|
||||||
"@types/react": "npm:@types/react@18.3.1",
|
"@types/react": "npm:@types/react@18.3.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user