back page update

This commit is contained in:
Samandar Turgunboyev
2025-12-03 11:10:27 +05:00
parent 2fb567d93f
commit ba419b8de4
2 changed files with 2 additions and 1 deletions

1
.npmrc Normal file
View File

@@ -0,0 +1 @@
legacy-peer-deps=true

View File

@@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"build": "npm install --legacy-peer-deps && tsc -b && vite build",
"preview": "vite preview",
"lint": "eslint src --fix",
"prettier": "prettier src --write",