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

This commit is contained in:
2025-09-17 12:06:18 +08:00
parent 84a3f35c6f
commit a3176becf3
4 changed files with 81 additions and 28 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "hyyz-home",
"private": true,
"version": "1.0.0",
"version": "2.0.0",
"type": "module",
"scripts": {
"start": "vite --mode=production",
@@ -11,6 +11,6 @@
},
"devDependencies": {
"prettier": "^3.6.2",
"vite": "^7.1.3"
"vite": "^7.1.5"
}
}