build config

This commit is contained in:
Виталий Лавшонок
2025-11-19 21:59:07 +03:00
parent 9cbfd88a23
commit a5016b23bb

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"
},