Skip to content

Commit

Permalink
docs: fix vite type err
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroslavPetrik committed Mar 6, 2024
1 parent f460aa6 commit 01123b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.mts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import react from "@vitejs/plugin-react";
import { defineConfig } from "vitest/config";
import { defineConfig } from "vite";

export default defineConfig({
plugins: [react()],
Expand Down

0 comments on commit 01123b8

Please sign in to comment.