Hey all, for local development I'm seeing that I can now just call `next start` and it magicaly work
Hey all, for local development I'm seeing that I can now just call
This is quite amazing, but I'm trying to figure out how to enable connecting to real remote objects instead of a mocked version (through miniflare). Something equivalent to this wrangler command:
Is there a way to enable the
next start and it magicaly works through this addition:This is quite amazing, but I'm trying to figure out how to enable connecting to real remote objects instead of a mocked version (through miniflare). Something equivalent to this wrangler command:
npx wrangler dev --remoteIs there a way to enable the
--remote flag when I call next start ?




