Skip to content

Commit

Permalink
chore(deps): update dependency vite to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
Sysix committed Dec 2, 2024
1 parent 1a61158 commit ed6e4ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { defineConfig } from 'vite';
import path from 'node:path';
import dts from 'vite-plugin-dts';
import { defineConfig, Plugin } from 'vitest/config';

export default defineConfig({
test: {
Expand Down Expand Up @@ -29,6 +29,6 @@ export default defineConfig({
dts({
include: 'src/**',
exclude: 'src/**/*.spec.ts',
}),
}) as Plugin,
],
});

0 comments on commit ed6e4ec

Please sign in to comment.