You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want Wrangler and the Vite plugin to share the same state, configure them to use the same persistence path.
154
154
155
-
## Customize `wrangler dev`
156
-
157
-
You can further customize the behavior of `wrangler dev` (for instance, by changing ports or skipping Wrangler's build steps). Refer to [the `wrangler dev` documentation](/workers/wrangler/commands/#dev) for available configuration options.
158
-
159
-
## Customize the Cloudflare Vite plugin
160
-
161
-
You can also [customize the Vite plugin](/workers/vite-plugin/reference/api/), such as changing ports or calling other Workers.
162
-
163
-
## Debugging
164
-
165
-
-[DevTools](/workers/observability/dev-tools) - Guides to using DevTools to debug your Worker locally.
166
-
-[Debugging with the Vite plugin](/workers/vite-plugin/reference/debugging/)
0 commit comments