Skip to content

Commit 79501fe

Browse files
committed
move vite workspaces into config
1 parent fc047a2 commit 79501fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vite.config.mts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ import react from "@vitejs/plugin-react";
44
// https://vitejs.dev/config/
55
export default defineConfig({
66
plugins: [react()],
7+
78
test: {
89
environment: "jsdom",
910
exclude: ["node_modules/**", "convex/**", "packages/**"],
10-
11+
projects: [".", "packages/convex-helpers"],
1112
globals: true,
1213
},
1314
});

vitest.workspace.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)