Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Mar 24, 2022
1 parent fe0c7f9 commit d9164ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const ignoreWarnings = new Set([

// eslint-disable-next-line @typescript-eslint/no-var-requires
// const config = require('./package.json');
export default defineConfig(({ command, mode }) => {
export default defineConfig(({ mode }) => {
console.log('defineConfig', mode);
const locales = readdirSync(join('src', 'i18n'))
.filter((s) => s.endsWith('.json'))
Expand Down

0 comments on commit d9164ff

Please sign in to comment.