Hi all. I'm curious, is something in the works to make previewing with workerd (`npm run pages:build
Hi all. I'm curious, is something in the works to make previewing with workerd (
npm run pages:build && wrangler pages dev) similar to running the Next.js dev server in terms of speed? Right now it feels quite cumbersome in comparison to Next with turbopack or Vite because of 15+ second build times. Or is the OpenNext initiative looking to resolve this? By making then runtimes similar when using the Next.js dev server vs deployed on Pages?