修改
All checks were successful
Deploy / test (push) Successful in 3s

This commit is contained in:
nicomacbookpro 2025-06-05 11:10:23 +08:00
parent 2808b02b2d
commit 2ae334a056

View File

@ -6,6 +6,7 @@
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"build:production": "vite build --mode production",
"preview": "vite preview"
},
"dependencies": {
@ -21,4 +22,4 @@
"vite": "^6.1.0",
"vue-tsc": "^2.2.0"
}
}
}