refactor: save

This commit is contained in:
zyronon 2024-05-01 22:57:01 +08:00
parent 939f92da38
commit ea37bb9dff

View File

@ -7,7 +7,7 @@
"dev": "vite --host",
"start": "vite --host",
"serve": "vite --host",
"build": "vite build --mode prod",
"build": "vite build",
"test-del-json": "node node/remove-dist-json.js",
"build-uni-app": "vite build --mode uni",
"build-gp-pages": "vite build --mode gp_pages",