Skip to content

Commit

Permalink
fix: remove no longer necessary type casting
Browse files Browse the repository at this point in the history
  • Loading branch information
mirovladimitrovski committed Aug 18, 2023
1 parent 2526561 commit 035de63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,5 @@ export default ({ mode, command }: ConfigEnv): UserConfigExport => {
setupFiles: ['test/vitest.setup.ts'],
css: true,
},
} as UserConfigExport);
});
};

0 comments on commit 035de63

Please sign in to comment.