完善功能
This commit is contained in:
@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user