Skip to content

Commit bbc42a3

Browse files
committed
fix: vite config typescript errors
1 parent 35bc61b commit bbc42a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// <reference types="vitest" />
2-
import { defineConfig } from 'vite'
2+
import { defineConfig } from 'vitest/config'
33
import react from '@vitejs/plugin-react'
44
import electron from 'vite-plugin-electron'
55
import renderer from 'vite-plugin-electron-renderer'

0 commit comments

Comments
 (0)