mirror of
https://github.com/moeru-ai/airi.git
synced 2026-08-14 00:48:06 +00:00
Co-authored-by-agent: Co-authored-by: Codex <267193182+codex@users.noreply.github.com>
22 lines
532 B
TypeScript
22 lines
532 B
TypeScript
import { defineConfig } from 'vitest/config'
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
projects: [
|
|
'apps/server',
|
|
'apps/ui-server-auth',
|
|
'apps/stage-tamagotchi',
|
|
'packages/audio-pipelines-transcribe',
|
|
'packages/cap-vite',
|
|
'packages/vishot-runner-browser',
|
|
'packages/plugin-sdk',
|
|
'packages/server-runtime',
|
|
'packages/server-sdk',
|
|
'packages/stage-shared',
|
|
'packages/stage-ui',
|
|
'packages/vishot-runtime',
|
|
'packages/vite-plugin-warpdrive',
|
|
],
|
|
},
|
|
})
|