Skip to content

Commit

Permalink
fix: fix typescript error in vite.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mirovladimitrovski committed Jul 21, 2023
1 parent f373f0e commit 27b0154
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 @@ -134,5 +134,5 @@ export default ({ mode, command }: ConfigEnv): UserConfigExport => {
setupFiles: ['test/vitest.setup.ts'],
css: true,
},
});
} as UserConfigExport);
};

0 comments on commit 27b0154

Please sign in to comment.