Skip to content

Commit

Permalink
style: remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
aziolek committed Apr 26, 2024
1 parent 971fa89 commit 5aa8d44
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ i18n.init({
});

// https://vitejs.dev/config/
export default defineConfig(({ mode, ...rest }) => {
console.log({ rest });
export default defineConfig(({ mode }) => {
const isProduction = mode === 'production';
const isStaging = mode === 'staging';
const localIdentName = isProduction ? '[hash:base64:5]' : '[name]__[local]--[hash:base64:5]';
Expand Down

0 comments on commit 5aa8d44

Please sign in to comment.