mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
8 lines
172 B
TypeScript
8 lines
172 B
TypeScript
import { defineConfig, mergeConfig } from 'vitest/config'
|
|
import sharedConfig from '../../vitest.shared'
|
|
|
|
export default mergeConfig(
|
|
sharedConfig,
|
|
defineConfig({}),
|
|
)
|