7 lines
132 B
TypeScript
7 lines
132 B
TypeScript
import { defineConfig } from 'vitest/config'
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
projects: ['app/vite.config.ts'],
|
|
},
|
|
})
|