This commit is contained in:
2025-05-20 14:11:32 +08:00
parent 8f6a003c93
commit c06d377b8f
10 changed files with 294 additions and 74 deletions

View File

@@ -4,7 +4,7 @@
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"dev": "vite --mode=production",
"build": "vite build --mode=production",
"preview": "vite preview",
"commit": "git add . && git commit -m 'update' && git push"