We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7344488 commit fc25b73Copy full SHA for fc25b73
src/content/docs/workers/vite-plugin/get-started.mdx
@@ -22,10 +22,10 @@ This guide demonstrates creating a standalone Worker from scratch.
22
"version": "0.0.0",
23
"type": "module",
24
"scripts": {
25
- "dev": "vite",
+ "dev": "vite dev",
26
"build": "vite build",
27
- "preview": "vite preview",
28
- "deploy": "wrangler deploy"
+ "preview": "npm run build && vite preview",
+ "deploy": "npm run build && wrangler deploy"
29
}
30
31
```
0 commit comments