1
0
mirror of synced 2026-03-23 02:58:34 +08:00

build: 修改runtime publicDir

This commit is contained in:
roymondchen
2022-08-08 16:12:35 +08:00
committed by jia000
parent 7de649d8c4
commit 1d8149b5eb
29 changed files with 185 additions and 182 deletions

View File

@@ -147,7 +147,7 @@ cd tmatic-editor
npm run build:runtime:admin
```
将/runtime/{vue3 | vue2 | react}/admin-dist 中所有文件以及文件夹复制到 /magic/runtime 目录下
将/runtime/{vue3 | vue2 | react}/dist 中所有文件以及文件夹复制到 /magic/runtime 目录下
上面的操作我们提供了/magic-admin/setup.sh 脚本文件来实现,开发者可以参考该脚本文件来搭建流水线。