🚀 Feature Request: Add --dry-run to wrangler pages to be able to inspect and debug worker code
#11051
brillout
started this conversation in
Feature Requests
Replies: 1 comment
-
|
While digging into the code for wrangler for another issue, I stumbled across Edit: Typo in wrangler |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the solution
This option
wrangler publish --dry-run --outdir <path>was mentioned at #1580 to be able to access the worker code.Something like this for
wrangler pageswould be great. Without this, I don't know how I can debug worker code that isn't working.Beta Was this translation helpful? Give feedback.
All reactions