Skip to content

Commit 2dfae73

Browse files
korinnejamesopstad
andauthored
Update src/content/docs/workers/local-development/vite.mdx
Co-authored-by: James Opstad <[email protected]>
1 parent ac90adc commit 2dfae73

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/local-development

1 file changed

+1
-1
lines changed

src/content/docs/workers/local-development/vite.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export default {
9696
npm run dev
9797
```
9898

99-
This starts a local development server, using the Workers runtime behind the scenes. You can build (`npm run build)`, preview (`npm run preview`), or deploy (`npm exec wrangler deploy`) at any time.
99+
This starts a local development server, using the Workers runtime behind the scenes. When you are ready, you can build (`npm run build)`, preview (`npm run preview`), and deploy (`npm exec wrangler deploy`) your application.
100100

101101
## Cloudflare environments
102102

0 commit comments

Comments
 (0)