feat: more tests, refactored

This commit is contained in:
2026-05-24 21:05:21 +07:00
parent e7dd9420e7
commit c1f12c7201
33 changed files with 1403 additions and 334 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"dev": "next dev --webpack -p 3000",
"build": "next build",
"start": "next start -p 3000",
"lint": "next lint",
"lint": "eslint .",
"test": "vitest run",
"typecheck": "tsc --noEmit"
},