We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 507ad74 commit 8ed9f3cCopy full SHA for 8ed9f3c
cloudflare/README.md
@@ -32,6 +32,14 @@ npm run dev
32
33
Your application will be available at `http://localhost:5173`.
34
35
+## Previewing the Production Build
36
+
37
+Preview the production build locally:
38
39
+```bash
40
+npm run preview
41
+```
42
43
## Building for Production
44
45
Create a production build:
cloudflare/package.json
@@ -4,6 +4,7 @@
4
"scripts": {
5
"build": "react-router build",
6
"dev": "react-router dev",
7
+ "preview": "vite preview",
8
"start": "wrangler dev",
9
"deploy": "npm run build && wrangler deploy",
10
"typecheck": "wrangler types && react-router typegen && tsc -b"
0 commit comments