Skip to content

Commit

Permalink
fix: locale dest
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtIeSocks committed Jan 24, 2024
1 parent 0685191 commit 8dd94c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite-plugins/lib/locale.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const localePlugin = (isDevelopment) => ({
async buildStart() {
if (!isDevelopment) return
const localeObj = await create()
await writeAll(localeObj, true, __dirname, './public/locales')
await writeAll(localeObj, true, __dirname, '../../../public/locales')
},
async generateBundle() {
if (isDevelopment) return
Expand Down

0 comments on commit 8dd94c9

Please sign in to comment.