fix build

This commit is contained in:
Виталий Лавшонок
2025-10-27 18:00:35 +03:00
parent dc87ac4562
commit 330450c272

View File

@@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc -b && vite build",
"build": "tsc && vite build",
"lint": "eslint .",
"preview": "vite preview"
},