I think you are correct that the D1 binding works in Nextjs. But I think the dev mode still is not a
I think you are correct that the D1 binding works in Nextjs. But I think the dev mode still is not actual dev mode right?
minify beyond just true/false?ulid being imported (amongst others)index.js file and its sourcemap are huge (too big for the upload sourcemap option too)wrangler
@cloudflare/vite-plugin's readme i see a section titled "migrating from wrangler dev". now, does that mean that, going forward, one should aim to use this?--remote npx wrangler dev --test-scheduled -c path/wranglerA/wrangler.toml -c path/wranglerB/wrangler.toml to run multiple workers at the same time with a single command, is it possible to have the scheduled handler executed on all workers? As it operates now, it seems as though using /__scheduled is only executed on the primary worker (i.e., the first one in the command chain).minifyulidindex.jswrangler@cloudflare/vite-plugin--remotenpx wrangler dev --test-scheduled -c path/wranglerA/wrangler.toml -c path/wranglerB/wrangler.tomlscheduled/__scheduled