chore: add wrangler npm script
This commit is contained in:
+4
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user