update
Some checks failed
Deploy / build-and-deploy (push) Has been cancelled

update

no gay
This commit is contained in:
2025-08-29 10:23:21 +08:00
parent 6e21ba00dd
commit bf8fc9cd8a
24 changed files with 1292 additions and 266 deletions

View File

@@ -4,13 +4,13 @@
"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"
},
"devDependencies": {
"prettier": "^3.5.3",
"vite": "^6.2.2"
"prettier": "^3.6.2",
"vite": "^7.1.3"
}
}