删掉多余逗号

This commit is contained in:
Auora
2025-10-28 16:32:42 +08:00
parent ddc7ce2fe7
commit 48755c2d9e

View File

@@ -10,7 +10,7 @@
"build:prod": "vite build", "build:prod": "vite build",
"build:stage": "vite build --mode staging", "build:stage": "vite build --mode staging",
"preview": "vite preview", "preview": "vite preview",
"build:spug": "node --max_old_space_size=4096 ./node_modules/vite/bin/vite.js build --mode spug", "build:spug": "node --max_old_space_size=4096 ./node_modules/vite/bin/vite.js build --mode spug"
}, },
"repository": { "repository": {
"type": "git", "type": "git",