You can use the "proxy" mode of pages dev... but it's still pretty painful unfortunately ๐
You can use the "proxy" mode of pages dev... but it's still pretty painful unfortunately 
wrangler pages dev --d1=<your d1> --remotepages dev doesn't support --remote unfortunatelydev (not pages) which is probably what you're thinking about --local=falseError reloading local server: QueuesError [ERR_V8_UNSUPPORTED]: The version of V8 bundled with this version of Node.js does not support Queues. Please upgrade to the latest Node.js LTS released.ts file.dev.vars file or go back to remote dev with --remote[WARNING] worker failed to prewarm: Service Temporarily Unavailable.dev.vars has to look like? like a normal .env?Cannot find name 'Queue'.ts(2304)
Also the tailing does not work, the tail worker does not receive any events.--no-bundle flag, it complains since I'm using D1 in the worker for which I'm looking to do a custom build.#3595 c302bec6 Thanks @geelen! - Removing the D1 shim from the build process, in preparation for the Open Beta. D1 can now be used with --no-bundle enabled.
wrangler pages dev --d1=<your d1> --remotepages dev--remote--remotepages--local=falseError reloading local server: QueuesError [ERR_V8_UNSUPPORTED]: The version of V8 bundled with this version of Node.js does not support Queues. Please upgrade to the latest Node.js LTS release.dev.vars.dev.vars[WARNING] worker failed to prewarm: Service Temporarily UnavailableCannot find name 'Queue'.ts(2304)--no-bundleโ [ERROR] While in beta, you cannot use D1 bindings without bundling your worker. Please remove `no_bundle` from your wrangler.toml file or remove the `--no-bundle` flag to access D1 bindings.[mf:err] ReferenceError: URK is not defined
at fetchAccounts (/~/test/src/test.ts:842:13)
at __facade_sw_fetch__ (/Users/user/.config/yarn/global/node_modules/wrangler/templates/middleware/loader-sw.ts:197:27)
at __facade_invokeChain__ (/Users/user/.config/yarn/global/node_modules/wrangler/templates/middleware/common.ts:53:9)
at Object.next (/Users/user/.config/yarn/global/node_modules/wrangler/templates/middleware/common.ts:50:11)
\500 Internal Server Error (135ms)