This commit is contained in:
2025-03-16 16:50:43 +08:00
parent 524b05182a
commit e9b7695c84
3 changed files with 3 additions and 4 deletions

View File

@@ -5,10 +5,9 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/cli": "^3.12.0",