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
This will generate Cloudflare bundle in dist folder.
Serve the Cloudflare bundle locally with npx wrangler pages dev dist --port 3000
Note: source map is enabled to generate stack trace for runtime errors. This is useful for debugging compatibility issues between cloudflare/workerd and node. You can disable sourceMap to reduce deployment size at the cost of gibberish errors.
🖥️ Reproduction in StackBlitz (if reporting incorrect content or code samples)
No response
The text was updated successfully, but these errors were encountered:
📚 Subject area/topic
Cloudflare deployment
📋 Page(s) affected (or suggested, for new content)
/guides/deployment-options/cloudflare.mdx
📋 Description of content that is out-of-date or incorrect
app.config.ts
needs to be configured to bundle for cloudflare:This will generate Cloudflare bundle in
dist
folder.Serve the Cloudflare bundle locally with
npx wrangler pages dev dist --port 3000
Note: source map is enabled to generate stack trace for runtime errors. This is useful for debugging compatibility issues between
cloudflare/workerd
andnode
. You can disable sourceMap to reduce deployment size at the cost of gibberish errors.🖥️ Reproduction in StackBlitz (if reporting incorrect content or code samples)
No response
The text was updated successfully, but these errors were encountered: