admin fix 3
This commit is contained in:
parent
96f017fe03
commit
13e2d46d6f
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite --port 5174",
|
"dev": "vite --port 5174",
|
||||||
"build": "tsc -b && vite build",
|
"build": "tsc --noEmit -p tsconfig.app.json && vite build",
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"preview": "vite preview --port 5174",
|
"preview": "vite preview --port 5174",
|
||||||
"test": "vitest"
|
"test": "vitest"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue