完善功能

This commit is contained in:
wangxiaowei
2026-03-21 18:08:43 +08:00
parent 58039f11e0
commit 9c83f1c01f
9 changed files with 83 additions and 215 deletions

View File

@ -4,7 +4,7 @@ import path from 'path'
const { existsSync, remove, copy } = fsExtra
const cwd = process.cwd()
//打包发布路径,谨慎改动
const releaseRelativePath = '../server/public/parten'
const releaseRelativePath = '../server/public/broker'
const distPath = path.resolve(cwd, 'dist')
const releasePath = path.resolve(cwd, releaseRelativePath)