chore: fixed admin design rework (#7716)

* chore: fixed admin design rework

* chore:  fixed qodoos remarks
This commit is contained in:
SamTV12345 2026-05-10 18:01:07 +02:00 committed by GitHub
parent 451bd9c3eb
commit 41d10ecae5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 2085 additions and 716 deletions

View file

@ -5,6 +5,7 @@
"type": "module",
"scripts": {
"dev": "pnpm gen:api && vite",
"dev:only": "vite",
"gen:api": "node scripts/gen-api.mjs",
"build": "pnpm gen:api && tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",