You are. New is beta and old is alpha.
You are. New is beta and old is alpha.

wrangler d1 execute?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-name--batch-size 1wrangler pages dev --proxy [nuxt dev server port] -- pnpm devcontext.cloudflareprocess.env.[DB_BINDING]defineEventHandler()—D1=BINDING_NAMEcontext.cloudflare.envnpm run build && npx wrangler d1 migrations apply db-name