diff --git a/Website/package-lock.json b/Website/package-lock.json index 6fb69a42..327d46aa 100644 --- a/Website/package-lock.json +++ b/Website/package-lock.json @@ -51,7 +51,7 @@ "react-syntax-highlighter": "^15.5.0", "react-zoom-pan-pinch": "^3.3.0", "underscore": "^1.13.6", - "usehooks-ts": "^2.14.0", + "usehooks-ts": "^3.1.0", "yaml": "^2.3.4" }, "devDependencies": { @@ -10263,9 +10263,9 @@ } }, "node_modules/usehooks-ts": { - "version": "2.14.0", - "resolved": "https://registry.npmjs.org/usehooks-ts/-/usehooks-ts-2.14.0.tgz", - "integrity": "sha512-jnhrjTRJoJS7cFxz63tRYc5mzTKf/h+Ii8P0PDHymT9qDe4ZA2/gzDRmDR4WGausg5X8wMIdghwi3BBCN9JKow==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/usehooks-ts/-/usehooks-ts-3.1.0.tgz", + "integrity": "sha512-bBIa7yUyPhE1BCc0GmR96VU/15l/9gP1Ch5mYdLcFBaFGQsdmXkvjV0TtOqW1yUd6VjIwDunm+flSciCQXujiw==", "dependencies": { "lodash.debounce": "^4.0.8" }, diff --git a/Website/package.json b/Website/package.json index 07e64180..90124f6c 100644 --- a/Website/package.json +++ b/Website/package.json @@ -109,7 +109,7 @@ "react-syntax-highlighter": "^15.5.0", "react-zoom-pan-pinch": "^3.3.0", "underscore": "^1.13.6", - "usehooks-ts": "^2.14.0", + "usehooks-ts": "^3.1.0", "yaml": "^2.3.4" }, "devDependencies": { diff --git a/docs/ModConf/README.md b/docs/ModConf/README.md index 405aec6c..7e121925 100644 --- a/docs/ModConf/README.md +++ b/docs/ModConf/README.md @@ -87,7 +87,6 @@ Types declare const __modpath: string; ``` - ### `__filename` (new) Types @@ -130,13 +129,14 @@ Make conf development easier with code-server > You can get everthing on MMRL except Code Server -```shell -# start code server -code-server -``` +> ### Install it with [MMRL-CLI](https://github.com/DerGoogler/MMRL-CLI) +> +> ```shell +> mmrl install -y "mkshrc" "node_on_android" "https://github.com/Googlers-Repo/code-server/releases/latest/download/module.zip" +> ``` -Or use the risky way +Then you can start code-server after a reboot ```shell -ln -s `which code-server` /data/adb/service.d/code-server +code-server ```