Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: work around vitest
mergeConfig
/defineConfig
type issues
Until vitest-dev/vitest#3804 is merged and released, we can work around the issue by using the exports from `vite`, they are identical anyway. In later versions, we should import both `mergeConfig` and `defineConfig` from `vitest`, though, to better align with their official documentation. Fixes #313 Fixes #317
- Loading branch information