8 lines
186 B
TypeScript
8 lines
186 B
TypeScript
import { defineConfig } from "vitest/config";
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
projects: ["packages/db", "packages/adapters/opencode-local", "server", "ui", "cli"],
|
|
},
|
|
});
|