From 4aa0bc9bd2e871ddc682a9055a0cf027b8fa7fc8 Mon Sep 17 00:00:00 2001 From: shox <10482247+n211z@user.noreply.gitee.com> Date: Thu, 18 Sep 2025 20:04:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0devshell=E6=B3=A8=E6=84=8F?= =?UTF-8?q?=E4=BA=8B=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/devshell-local.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/devshell-local.md b/docs/devshell-local.md index 284188e..467de50 100644 --- a/docs/devshell-local.md +++ b/docs/devshell-local.md @@ -32,5 +32,9 @@ cd helloworld npm install npm run dev ``` +注意:devshell默认不会卸载content dir中的内容,如果您有需要的话可以使用contentdir参数 +```bash +lzc-cli project devshell -c lzc-build.dev.yml-contentdir -f 指定contentdir目录 +``` 完成以上配置后, 您只需要在本地修改一下代码, 应用镜像会在云端自动构建更新, 再重新点击应用图标, 是不是就可以看到新的效果啦? -- Gitee