Is using a remote D1 database with `wrangler dev` no longer possible?
Is using a remote D1 database with
wrangler dev no longer possible?—remote flag shouldwrangler dev now runs fully-locally by default, using the open-source Cloudflare Workers runtime workerd.
To restore the previous behaviour of running on a remote machine with access to production data, use the new --remote flag.
The --local and --experimental-local flags have been deprecated, as this behaviour is now the default, and will be removed in the next major version.

meant to use silentwrangler pages dev --proxy [nuxt dev server port] -- pnpm dev but the context.cloudflare and process.env.[DB_BINDING] don't seem to exist when I try to access them in defineEventHandler(). I read the documentation but I'm still not clear on how exactly to approach this. Any guidance or examples would be appreciated.—D1=BINDING_NAME context.cloudflare.env is not populated.npm run build && npx wrangler d1 migrations apply db-namelocal flag but otherwise follow this - https://developers.cloudflare.com/d1/learning/local-development/#develop-locally-with-pages
npm run build && npx wrangler d1 migrations apply db-name and got error:Internal error: failed to get DB size and num_tables?Failed: Error while executing user command. Exited with error code: 1
Failed: build command exited with code: 1
Failed: error occurred while running build commandInternal error: failed to get DB size and num_tables