feat: 添加部署脚本到 package.json

This commit is contained in:
2026-01-05 14:58:29 +07:00
parent 83c16fddd6
commit ee997fd612

View File

@@ -8,7 +8,8 @@
"build": "nuxt build",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
"postinstall": "nuxt prepare",
"deploy": "pnpx wrangler pages deploy dist --project-name=appstore --branch=main"
},
"dependencies": {
"@nuxt/ui": "^4.3.0",