mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
8 lines
143 B
TypeScript
8 lines
143 B
TypeScript
|
|
import { defineConfig } from "vitest/config";
|
||
|
|
|
||
|
|
export default defineConfig({
|
||
|
|
test: {
|
||
|
|
projects: ["packages/db", "server", "ui"],
|
||
|
|
},
|
||
|
|
});
|