Skip to content

Commit

Permalink
Update preview.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
icarusion authored Nov 1, 2022
1 parent bd84371 commit 7fed4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
autoOpen: true # 打开工作空间时是否自动开启所有应用的预览
apps:
- port: 3000 # 应用的端口
run: npm i && npm run dev # 应用的启动命令
run: npm i --registry=https://registry.npm.taobao.org && npm run dev # 应用的启动命令
command: # 使用此命令启动服务,且不执行run
root: ./ # 应用的启动目录
name: View UI Plus # 应用名称
Expand Down

0 comments on commit 7fed4a3

Please sign in to comment.