7 lines
191 B
TypeScript
7 lines
191 B
TypeScript
import { mergeConfig, type ViteUserConfig } from "vitest/config"
|
|
import shared from "../../../vitest.shared.ts"
|
|
|
|
const config: ViteUserConfig = {}
|
|
|
|
export default mergeConfig(shared, config)
|