Files
PreMiD/vitest.workspace.ts
Bas van Zanten 7d93ee3a7d feat: add missing files (#1101)
* feat: add missing files

* chore: update readme

* chore: update branch

* chore: remove olds from matrix

* chore: remove dev containers
2025-12-11 11:07:38 +01:00

4 lines
94 B
TypeScript

import { defineWorkspace } from "vitest/config";
export default defineWorkspace(["apps/*"]);