mirror of
https://github.com/moeru-ai/airi.git
synced 2026-08-14 08:52:42 +00:00
23 lines
573 B
TypeScript
23 lines
573 B
TypeScript
import { defineConfig } from 'vitest/config'
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
projects: [
|
|
'apps/server',
|
|
'apps/ui-server-auth',
|
|
'apps/stage-tamagotchi',
|
|
'packages/cap-vite',
|
|
'packages/ccc',
|
|
'packages/core-agent',
|
|
'packages/better-ws',
|
|
'packages/plugin-sdk',
|
|
'packages/plugin-sdk-tamagotchi',
|
|
'packages/scenarios-stage-tamagotchi-browser',
|
|
'packages/scenarios-stage-tamagotchi-electron',
|
|
'packages/server-runtime',
|
|
'packages/server-sdk',
|
|
'packages/stage-shared',
|
|
],
|
|
},
|
|
})
|