Skip to content

Commit

Permalink
Fix vite.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mpppk committed Dec 15, 2024
1 parent fad1e1a commit f7a0d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/typed-api-spec/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// Configure Vitest (https://vitest.dev/config/)

import { defineConfig } from "vite";
import { defineConfig } from "vitest/config";

export default defineConfig({
test: {
Expand Down

0 comments on commit f7a0d3f

Please sign in to comment.