feat: add missing files (#1101)

* feat: add missing files

* chore: update readme

* chore: update branch

* chore: remove olds from matrix

* chore: remove dev containers
This commit is contained in:
Bas van Zanten
2025-12-11 11:07:38 +01:00
committed by GitHub
parent 79e1984940
commit 7d93ee3a7d
30 changed files with 6497 additions and 2375 deletions

3
vitest.workspace.ts Normal file
View File

@@ -0,0 +1,3 @@
import { defineWorkspace } from "vitest/config";
export default defineWorkspace(["apps/*"]);