Skip to content

Commit

Permalink
fix: 🧩 cli开发环境的路径问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Plumbiu committed Aug 11, 2023
1 parent 62b269e commit 4b90a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/src/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ export function logBuildFinished(duration: number) {
}

export const distPath = resolve(__dirname, './')
export const devDistPath = resolve(__dirname, '../../dist/')
export const devDistPath = resolve(__dirname, '../../cli/dist/')

0 comments on commit 4b90a46

Please sign in to comment.