This commit is contained in:
2025-12-05 15:29:11 +01:00
parent 90f83ab62b
commit 1400b3f1ae
2 changed files with 44 additions and 9 deletions

View File

@@ -12,7 +12,7 @@
"lint": "next typegen && eslint . && npx tsc --noEmit",
"preview": "next build && next start",
"start": "next start",
"test": "vitest",
"test": "vitest run",
"test:e2e": "playwright test"
},
"dependencies": {