admin fix 3

This commit is contained in:
Dmitry 2026-01-07 00:06:54 +03:00
parent 96f017fe03
commit 13e2d46d6f

View file

@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite --port 5174",
"build": "tsc -b && vite build",
"build": "tsc --noEmit -p tsconfig.app.json && vite build",
"lint": "eslint .",
"preview": "vite preview --port 5174",
"test": "vitest"