Skip to content

Commit 5b0dbdd

Browse files
Apply suggestion from @jamesopstad
Co-authored-by: James Opstad <[email protected]>
1 parent a83cab9 commit 5b0dbdd

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/framework-guides/web-apps

1 file changed

+1
-1
lines changed

src/content/docs/workers/framework-guides/web-apps/tanstack.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Add the following scripts to your `package.json` file:
6969

7070
- `cf-typegen`: generate Cloudflare TypeScript types for your project based on your configuration
7171

72-
Note that there are already three relevant scripts that the TanStack CLI defined for you: `dev` and `serve`. Which respectively allow you to start a local Vite dev server
72+
Note that there are already three relevant scripts that the TanStack CLI defined for you: `dev`, `build` and `serve`, which respectively allow you to start a local Vite dev server
7373
to develop locally your application, build your application (so that it can be deployed) and start a local preview server that you can use to validate your build application
7474
before deploying it.
7575

0 commit comments

Comments
 (0)