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",
|
||||
"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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue