mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-13 17:40:38 +09:00
7 lines
186 B
TypeScript
7 lines
186 B
TypeScript
import { defineConfig } from "vitest/config";
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
projects: ["packages/db", "packages/adapters/opencode-local", "server", "ui", "cli"],
|
|
},
|
|
});
|