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