feat: 添加部署脚本到 package.json
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user