This commit is contained in:
2025-09-01 09:35:58 +08:00
parent 77085efaca
commit 8dbedff306
2 changed files with 1 additions and 9 deletions

View File

@@ -4,7 +4,7 @@
"version": "1.0.0",
"type": "module",
"scripts": {
"start": "vite",
"start": "vite --mode=production",
"build": "vite build",
"build:staging": "vite build --mode=staging",
"fmt": "prettier --write *.js style.css index.html"