Skip to content

Commit

Permalink
fixes indent in vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
jschuurk-kr committed Apr 24, 2024
1 parent dc10444 commit c0f90c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default defineConfig(() => ({
"process.env.MSW": true,
"process.env.VERSION": JSON.stringify(pkgjson.version)
},
optimizeDeps: { exclude: ["msw"] },
optimizeDeps: { exclude: ["msw"] },
plugins: [react()],
resolve: {
alias: mapObj(
Expand Down

0 comments on commit c0f90c5

Please sign in to comment.