♻️ refactor!: massive refactor

This commit is contained in:
2026-05-31 03:04:30 +07:00
parent c1f12c7201
commit df3c944547
86 changed files with 3691 additions and 1129 deletions
+3 -2
View File
@@ -16,7 +16,8 @@
"test:coverage": "turbo run test -- --coverage",
"test:e2e": "playwright test",
"typecheck": "turbo run typecheck",
"format": "prettier --write .",
"format": "prettier --check .",
"format:fix": "prettier --write .",
"prepare": "husky"
},
"devDependencies": {
@@ -31,7 +32,7 @@
"husky": "^9.1.7",
"jsdom": "^29.1.1",
"prettier": "^3.8.3",
"turbo": "^2.9.9",
"turbo": "^2.9.15",
"typescript": "^6.0.3",
"vitest": "^4.1.5"
}