From e843999a72fc47b5367d2dcad7e28ff4ae099a09 Mon Sep 17 00:00:00 2001 From: lzy <963565242@qq.com> Date: Thu, 27 Oct 2022 09:36:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=AF=E5=8A=A8yaml=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- preview.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/preview.yml b/preview.yml index 48e3adc5..9c14622c 100644 --- a/preview.yml +++ b/preview.yml @@ -2,9 +2,9 @@ autoOpen: true # 打开工作空间时是否自动开启所有应用的预览 apps: - port: 3000 # 应用的端口 - run: npm i && npm run dev # 应用的启动命令 + run: yarn && yarn run dev # 应用的启动命令 command: # 使用此命令启动服务,且不执行run root: ./ # 应用的启动目录 - name: 1024云IDE挑战赛项目 # 应用名称 - description: 1024云IDE挑战赛项目。 # 应用描述 - autoOpen: true # 打开工作空间时是否自动开启预览(优先级高于根级 autoOpen \ No newline at end of file + name: 个人博客 # 应用名称 + description: 一款集成度很高的博客、知识栈等模块库。 # 应用描述 + autoOpen: true # 打开工作空间时是否自动开启预览(优先级高于根级 autoOpen) \ No newline at end of file -- GitLab