chore: add wrangler npm script

This commit is contained in:
Tony Yang
2025-03-19 16:40:41 +00:00
parent c95253aafe
commit 6852356c32
2 changed files with 6 additions and 2 deletions
+4 -2
View File
@@ -4,9 +4,11 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview"
"preview": "vite preview",
"pages:deploy": "wrangler pages deploy dist",
"deploy": "npm run build && npm run pages:deploy"
},
"dependencies": {
"vue": "^3.5.13",