Merge branch 'dev' into feat/class-functionality

This commit is contained in:
laurejablonski 2025-04-19 11:58:25 +02:00
commit 4dd053edfb
8 changed files with 172 additions and 62 deletions

View file

@ -12,7 +12,7 @@
"format": "prettier --write src/",
"format-check": "prettier --check src/",
"lint": "eslint . --fix",
"pretest:unit": "npm run build",
"pretest:unit": "tsx ../docs/api/generate.ts && npm run build",
"test:unit": "vitest --run"
},
"dependencies": {