There is no non-local `wrangler pages dev` at the moment.
There is no non-local
wrangler pages dev at the moment.npx wrangler pages dev --remote to do?wrangler pages dev is entirely local. No builds are used when you’re testing with wrangler pages dev.
cloudflared tunnel for this today
Cloudflare Workers requires us to bundle our entire worker code into a single file.
For bundlers to be able to discover & bundle the entire dependency tree, we need to use dist/server/importBuild.js.
--binding for now, but be aware that secrets aren't available in production just yet.http or https URL?npm install wrangler@beta
npx wrangler pages dev --help--bindinghttphttps