Skip to content

Commit

Permalink
Minor cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Nov 10, 2023
1 parent fa845cb commit 6152403
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 @@ -23,7 +23,7 @@ export default defineConfig({
resolve: {
alias: {
'@src': path.resolve(__dirname, './src'),
'@test': path.resolve(__dirname, './tests')
'@test': path.resolve(__dirname, './tests'),
},
},
});

0 comments on commit 6152403

Please sign in to comment.