Merge pull request #487 from BEDOLAGA-DEV/dev

Dev
This commit is contained in:
Egor
2026-07-13 21:54:28 +03:00
committed by GitHub
29 changed files with 1268 additions and 51 deletions

View File

@@ -13,6 +13,8 @@
"format": "biome format --write .",
"format:check": "biome format .",
"check": "biome check .",
"test": "vitest run",
"test:watch": "vitest",
"type-check": "tsc --noEmit",
"preview": "vite preview",
"prepare": "husky"
@@ -87,7 +89,8 @@
"postcss": "^8.4.31",
"tailwindcss": "^3.4.19",
"typescript": "^5.2.2",
"vite": "^7.3.1"
"vite": "^7.3.1",
"vitest": "^4.1.10"
},
"lint-staged": {
"*.{ts,tsx,json}": [